Shades of Black Pearl #0C262F
Tints of Black Pearl #0C262F
RGB
CMYK
RGB Variations
Color information
#0C262F (or 0x0C262F) is known color: Black Pearl. HEX triplet: 0C, 26 and 2F. RGB value is (12,38,47). Sum of RGB (Red+Green+Blue) = 12+38+47=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C262F is #F3D9D0. Grayscale: #1F1F1F. Windows color (decimal): -15981009 or 3089932. OLE color: 3089932.
HSL color Cylindrical-coordinate representation of color #0C262F: hue angle of 195.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C262F is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 38 | 47 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.82 |
| HSL | 195.43º | 0.59% | 0.12% | - |
| HSV(B) | 195.43º | 0.74% | 0.18% | - |
| XYZ | 1.36 | 1.67 | 2.94 | - |
| YUV | 31.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 47 | 0.74 | 0.19 | 0 | 0.82 | 195.43 | 0.59 | 0.12 |
| Hex | C | 26 | 2F | 4A | 13 | 0 | 52 | C3 | 3B | C |
| Octal | 14 | 46 | 57 | 112 | 23 | 0 | 122 | 303 | 73 | 14 |
| Binary | 1100 | 100110 | 101111 | 1001010 | 10011 | 0 | 1010010 | 11000011 | 111011 | 1100 |
Color Harmonies of #0C262F
Complementary color
Monochromatic Colors of #0C262F
Black with #0C262F
Text Example
Text Example
White with #0C262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C262F; }
p { color: rgb(12,38,47); }
H1.HeaderClassName
{
color: #0C262F;
}
.AnyTagClassName
{
color: #0C262F;
}
</style>
background-color css
<style>
a { background-color: #0C262F; }
a { background-color: rgb(12,38,47); }
div.DivClassName
{
background-color: #0C262F;
}
.BgClassName
{
background-color: #0C262F;
}
</style>
border-color css
<style>
span { border-color: #0C262F; }
span { border-color: rgb(12,38,47); }
td.TdClassName
{
border-color: #0C262F;
}
.TagClassName
{
border-color: #0C262F;
}
</style>