Shades of Black Pearl #232C2F
Tints of Black Pearl #232C2F
RGB
CMYK
RGB Variations
Color information
#232C2F (or 0x232C2F) is known color: Black Pearl. HEX triplet: 23, 2C and 2F. RGB value is (35,44,47). Sum of RGB (Red+Green+Blue) = 35+44+47=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #232C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C2F is #DCD3D0. Grayscale: #292929. Windows color (decimal): -14472145 or 3091491. OLE color: 3091491.
HSL color Cylindrical-coordinate representation of color #232C2F: hue angle of 195º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232C2F is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 44 | 47 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.82 |
| HSL | 195º | 0.15% | 0.16% | - |
| HSV(B) | 195º | 0.26% | 0.18% | - |
| XYZ | 2.11 | 2.36 | 3.03 | - |
| YUV | 41.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 47 | 0.26 | 0.06 | 0 | 0.82 | 195 | 0.15 | 0.16 |
| Hex | 23 | 2C | 2F | 1A | 6 | 0 | 52 | C3 | F | 10 |
| Octal | 43 | 54 | 57 | 32 | 6 | 0 | 122 | 303 | 17 | 20 |
| Binary | 100011 | 101100 | 101111 | 11010 | 110 | 0 | 1010010 | 11000011 | 1111 | 10000 |
Color Harmonies of #232C2F
Complementary color
Monochromatic Colors of #232C2F
Black with #232C2F
Text Example
Text Example
White with #232C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C2F; }
p { color: rgb(35,44,47); }
H1.HeaderClassName
{
color: #232C2F;
}
.AnyTagClassName
{
color: #232C2F;
}
</style>
background-color css
<style>
a { background-color: #232C2F; }
a { background-color: rgb(35,44,47); }
div.DivClassName
{
background-color: #232C2F;
}
.BgClassName
{
background-color: #232C2F;
}
</style>
border-color css
<style>
span { border-color: #232C2F; }
span { border-color: rgb(35,44,47); }
td.TdClassName
{
border-color: #232C2F;
}
.TagClassName
{
border-color: #232C2F;
}
</style>