Shades of Black Pearl #1F2223
Tints of Black Pearl #1F2223
RGB
CMYK
RGB Variations
Color information
#1F2223 (or 0x1F2223) is known color: Black Pearl. HEX triplet: 1F, 22 and 23. RGB value is (31,34,35). Sum of RGB (Red+Green+Blue) = 31+34+35=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2223 is #E0DDDC. Grayscale: #212121. Windows color (decimal): -14736861 or 2302495. OLE color: 2302495.
HSL color Cylindrical-coordinate representation of color #1F2223: hue angle of 195º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1F2223 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 31 | 34 | 35 | - |
CMYK | 0.11 | 0.03 | 0 | 0.86 |
HSL | 195º | 0.06% | 0.13% | - |
HSV(B) | 195º | 0.11% | 0.14% | - |
XYZ | 1.44 | 1.56 | 1.81 | - |
YUV | 33.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 34 | 35 | 0.11 | 0.03 | 0 | 0.86 | 195 | 0.06 | 0.13 |
Hex | 1F | 22 | 23 | B | 3 | 0 | 56 | C3 | 6 | D |
Octal | 37 | 42 | 43 | 13 | 3 | 0 | 126 | 303 | 6 | 15 |
Binary | 11111 | 100010 | 100011 | 1011 | 11 | 0 | 1010110 | 11000011 | 110 | 1101 |
Color Harmonies of #1F2223
Complementary color
Monochromatic Colors of #1F2223
Black with #1F2223
Text Example
Text Example
White with #1F2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2223; }
p { color: rgb(31,34,35); }
H1.HeaderClassName
{
color: #1F2223;
}
.AnyTagClassName
{
color: #1F2223;
}
</style>
background-color css
<style>
a { background-color: #1F2223; }
a { background-color: rgb(31,34,35); }
div.DivClassName
{
background-color: #1F2223;
}
.BgClassName
{
background-color: #1F2223;
}
</style>
border-color css
<style>
span { border-color: #1F2223; }
span { border-color: rgb(31,34,35); }
td.TdClassName
{
border-color: #1F2223;
}
.TagClassName
{
border-color: #1F2223;
}
</style>