Shades of Black Pearl #1D252B
Tints of Black Pearl #1D252B
RGB
CMYK
RGB Variations
Color information
#1D252B (or 0x1D252B) is known color: Black Pearl. HEX triplet: 1D, 25 and 2B. RGB value is (29,37,43). Sum of RGB (Red+Green+Blue) = 29+37+43=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D252B is #E2DAD4. Grayscale: #232323. Windows color (decimal): -14867157 or 2827549. OLE color: 2827549.
HSL color Cylindrical-coordinate representation of color #1D252B: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1D252B is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 29 | 37 | 43 | - |
CMYK | 0.33 | 0.14 | 0 | 0.83 |
HSL | 205.71º | 0.19% | 0.14% | - |
HSV(B) | 205.71º | 0.33% | 0.17% | - |
XYZ | 1.6 | 1.76 | 2.54 | - |
YUV | 35.29 | 132.35 | 123.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 37 | 43 | 0.33 | 0.14 | 0 | 0.83 | 205.71 | 0.19 | 0.14 |
Hex | 1D | 25 | 2B | 21 | E | 0 | 53 | CE | 13 | E |
Octal | 35 | 45 | 53 | 41 | 16 | 0 | 123 | 316 | 23 | 16 |
Binary | 11101 | 100101 | 101011 | 100001 | 1110 | 0 | 1010011 | 11001110 | 10011 | 1110 |
Color Harmonies of #1D252B
Complementary color
Monochromatic Colors of #1D252B
Black with #1D252B
Text Example
Text Example
White with #1D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D252B; }
p { color: rgb(29,37,43); }
H1.HeaderClassName
{
color: #1D252B;
}
.AnyTagClassName
{
color: #1D252B;
}
</style>
background-color css
<style>
a { background-color: #1D252B; }
a { background-color: rgb(29,37,43); }
div.DivClassName
{
background-color: #1D252B;
}
.BgClassName
{
background-color: #1D252B;
}
</style>
border-color css
<style>
span { border-color: #1D252B; }
span { border-color: rgb(29,37,43); }
td.TdClassName
{
border-color: #1D252B;
}
.TagClassName
{
border-color: #1D252B;
}
</style>