Shades of Black Pearl #012436
Tints of Black Pearl #012436
RGB
CMYK
RGB Variations
Color information
#012436 (or 0x012436) is known color: Black Pearl. HEX triplet: 01, 24 and 36. RGB value is (1,36,54). Sum of RGB (Red+Green+Blue) = 1+36+54=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #012436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012436 is #FEDBC9. Grayscale: #1B1B1B. Windows color (decimal): -16702410 or 3548161. OLE color: 3548161.
HSL color Cylindrical-coordinate representation of color #012436: hue angle of 200.38º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012436 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 36 | 54 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.79 |
| HSL | 200.38º | 0.96% | 0.11% | - |
| HSV(B) | 200.38º | 0.98% | 0.21% | - |
| XYZ | 1.31 | 1.53 | 3.72 | - |
| YUV | 27.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 54 | 0.98 | 0.33 | 0 | 0.79 | 200.38 | 0.96 | 0.11 |
| Hex | 1 | 24 | 36 | 62 | 21 | 0 | 4F | C8 | 60 | B |
| Octal | 1 | 44 | 66 | 142 | 41 | 0 | 117 | 310 | 140 | 13 |
| Binary | 1 | 100100 | 110110 | 1100010 | 100001 | 0 | 1001111 | 11001000 | 1100000 | 1011 |
Color Harmonies of #012436
Complementary color
Monochromatic Colors of #012436
Black with #012436
Text Example
Text Example
White with #012436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012436; }
p { color: rgb(1,36,54); }
H1.HeaderClassName
{
color: #012436;
}
.AnyTagClassName
{
color: #012436;
}
</style>
background-color css
<style>
a { background-color: #012436; }
a { background-color: rgb(1,36,54); }
div.DivClassName
{
background-color: #012436;
}
.BgClassName
{
background-color: #012436;
}
</style>
border-color css
<style>
span { border-color: #012436; }
span { border-color: rgb(1,36,54); }
td.TdClassName
{
border-color: #012436;
}
.TagClassName
{
border-color: #012436;
}
</style>