Shades of Black Pearl #181F23
Tints of Black Pearl #181F23
RGB
CMYK
RGB Variations
Color information
#181F23 (or 0x181F23) is known color: Black Pearl. HEX triplet: 18, 1F and 23. RGB value is (24,31,35). Sum of RGB (Red+Green+Blue) = 24+31+35=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 35 - color contains mainly: blue. Hex color #181F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F23 is #E7E0DC. Grayscale: #1D1D1D. Windows color (decimal): -15196381 or 2301720. OLE color: 2301720.
HSL color Cylindrical-coordinate representation of color #181F23: hue angle of 201.82º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #181F23 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 24 | 31 | 35 | - |
CMYK | 0.31 | 0.11 | 0 | 0.86 |
HSL | 201.82º | 0.19% | 0.12% | - |
HSV(B) | 201.82º | 0.31% | 0.14% | - |
XYZ | 1.17 | 1.3 | 1.78 | - |
YUV | 29.36 | 131.18 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 31 | 35 | 0.31 | 0.11 | 0 | 0.86 | 201.82 | 0.19 | 0.12 |
Hex | 18 | 1F | 23 | 1F | B | 0 | 56 | CA | 13 | C |
Octal | 30 | 37 | 43 | 37 | 13 | 0 | 126 | 312 | 23 | 14 |
Binary | 11000 | 11111 | 100011 | 11111 | 1011 | 0 | 1010110 | 11001010 | 10011 | 1100 |
Color Harmonies of #181F23
Complementary color
Monochromatic Colors of #181F23
Black with #181F23
Text Example
Text Example
White with #181F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F23; }
p { color: rgb(24,31,35); }
H1.HeaderClassName
{
color: #181F23;
}
.AnyTagClassName
{
color: #181F23;
}
</style>
background-color css
<style>
a { background-color: #181F23; }
a { background-color: rgb(24,31,35); }
div.DivClassName
{
background-color: #181F23;
}
.BgClassName
{
background-color: #181F23;
}
</style>
border-color css
<style>
span { border-color: #181F23; }
span { border-color: rgb(24,31,35); }
td.TdClassName
{
border-color: #181F23;
}
.TagClassName
{
border-color: #181F23;
}
</style>