Shades of Black Pearl #02262D
Tints of Black Pearl #02262D
RGB
CMYK
RGB Variations
Color information
#02262D (or 0x02262D) is known color: Black Pearl. HEX triplet: 02, 26 and 2D. RGB value is (2,38,45). Sum of RGB (Red+Green+Blue) = 2+38+45=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #02262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02262D is #FDD9D2. Grayscale: #1B1B1B. Windows color (decimal): -16636371 or 2958850. OLE color: 2958850.
HSL color Cylindrical-coordinate representation of color #02262D: hue angle of 189.77º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02262D is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 38 | 45 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.82 |
| HSL | 189.77º | 0.91% | 0.09% | - |
| HSV(B) | 189.77º | 0.96% | 0.18% | - |
| XYZ | 1.19 | 1.59 | 2.73 | - |
| YUV | 28.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 45 | 0.96 | 0.16 | 0 | 0.82 | 189.77 | 0.91 | 0.09 |
| Hex | 2 | 26 | 2D | 60 | 10 | 0 | 52 | BE | 5B | 9 |
| Octal | 2 | 46 | 55 | 140 | 20 | 0 | 122 | 276 | 133 | 11 |
| Binary | 10 | 100110 | 101101 | 1100000 | 10000 | 0 | 1010010 | 10111110 | 1011011 | 1001 |
Color Harmonies of #02262D
Complementary color
Monochromatic Colors of #02262D
Black with #02262D
Text Example
Text Example
White with #02262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02262D; }
p { color: rgb(2,38,45); }
H1.HeaderClassName
{
color: #02262D;
}
.AnyTagClassName
{
color: #02262D;
}
</style>
background-color css
<style>
a { background-color: #02262D; }
a { background-color: rgb(2,38,45); }
div.DivClassName
{
background-color: #02262D;
}
.BgClassName
{
background-color: #02262D;
}
</style>
border-color css
<style>
span { border-color: #02262D; }
span { border-color: rgb(2,38,45); }
td.TdClassName
{
border-color: #02262D;
}
.TagClassName
{
border-color: #02262D;
}
</style>