Shades of Black Pearl #1D2325
Tints of Black Pearl #1D2325
RGB
CMYK
RGB Variations
Color information
#1D2325 (or 0x1D2325) is known color: Black Pearl. HEX triplet: 1D, 23 and 25. RGB value is (29,35,37). Sum of RGB (Red+Green+Blue) = 29+35+37=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2325 is #E2DCDA. Grayscale: #212121. Windows color (decimal): -14867675 or 2433821. OLE color: 2433821.
HSL color Cylindrical-coordinate representation of color #1D2325: hue angle of 195º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2325 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 35 | 37 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.85 |
| HSL | 195º | 0.12% | 0.13% | - |
| HSV(B) | 195º | 0.22% | 0.15% | - |
| XYZ | 1.44 | 1.6 | 1.98 | - |
| YUV | 33.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 37 | 0.22 | 0.05 | 0 | 0.85 | 195 | 0.12 | 0.13 |
| Hex | 1D | 23 | 25 | 16 | 5 | 0 | 55 | C3 | C | D |
| Octal | 35 | 43 | 45 | 26 | 5 | 0 | 125 | 303 | 14 | 15 |
| Binary | 11101 | 100011 | 100101 | 10110 | 101 | 0 | 1010101 | 11000011 | 1100 | 1101 |
Color Harmonies of #1D2325
Complementary color
Monochromatic Colors of #1D2325
Black with #1D2325
Text Example
Text Example
White with #1D2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2325; }
p { color: rgb(29,35,37); }
H1.HeaderClassName
{
color: #1D2325;
}
.AnyTagClassName
{
color: #1D2325;
}
</style>
background-color css
<style>
a { background-color: #1D2325; }
a { background-color: rgb(29,35,37); }
div.DivClassName
{
background-color: #1D2325;
}
.BgClassName
{
background-color: #1D2325;
}
</style>
border-color css
<style>
span { border-color: #1D2325; }
span { border-color: rgb(29,35,37); }
td.TdClassName
{
border-color: #1D2325;
}
.TagClassName
{
border-color: #1D2325;
}
</style>