Shades of Black Pearl #12252B
Tints of Black Pearl #12252B
RGB
CMYK
RGB Variations
Color information
#12252B (or 0x12252B) is known color: Black Pearl. HEX triplet: 12, 25 and 2B. RGB value is (18,37,43). Sum of RGB (Red+Green+Blue) = 18+37+43=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #12252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12252B is #EDDAD4. Grayscale: #1F1F1F. Windows color (decimal): -15588053 or 2827538. OLE color: 2827538.
HSL color Cylindrical-coordinate representation of color #12252B: hue angle of 194.4º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12252B is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 18 | 37 | 43 | - |
CMYK | 0.58 | 0.14 | 0 | 0.83 |
HSL | 194.4º | 0.41% | 0.12% | - |
HSV(B) | 194.4º | 0.58% | 0.17% | - |
XYZ | 1.35 | 1.63 | 2.53 | - |
YUV | 32 | 134.21 | 118.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 37 | 43 | 0.58 | 0.14 | 0 | 0.83 | 194.4 | 0.41 | 0.12 |
Hex | 12 | 25 | 2B | 3A | E | 0 | 53 | C2 | 29 | C |
Octal | 22 | 45 | 53 | 72 | 16 | 0 | 123 | 302 | 51 | 14 |
Binary | 10010 | 100101 | 101011 | 111010 | 1110 | 0 | 1010011 | 11000010 | 101001 | 1100 |
Color Harmonies of #12252B
Complementary color
Monochromatic Colors of #12252B
Black with #12252B
Text Example
Text Example
White with #12252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12252B; }
p { color: rgb(18,37,43); }
H1.HeaderClassName
{
color: #12252B;
}
.AnyTagClassName
{
color: #12252B;
}
</style>
background-color css
<style>
a { background-color: #12252B; }
a { background-color: rgb(18,37,43); }
div.DivClassName
{
background-color: #12252B;
}
.BgClassName
{
background-color: #12252B;
}
</style>
border-color css
<style>
span { border-color: #12252B; }
span { border-color: rgb(18,37,43); }
td.TdClassName
{
border-color: #12252B;
}
.TagClassName
{
border-color: #12252B;
}
</style>