Shades of Black Pearl #001B35
Tints of Black Pearl #001B35
RGB
CMYK
RGB Variations
Color information
#001B35 (or 0x001B35) is known color: Black Pearl. HEX triplet: 00, 1B and 35. RGB value is (0,27,53). Sum of RGB (Red+Green+Blue) = 0+27+53=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #001B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B35 is #FFE4CA. Grayscale: #151515. Windows color (decimal): -16770251 or 3480320. OLE color: 3480320.
HSL color Cylindrical-coordinate representation of color #001B35: hue angle of 209.43º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B35 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 27 | 53 | - |
| CMYK | 1 | 0.49 | 0 | 0.79 |
| HSL | 209.43º | 1% | 0.1% | - |
| HSV(B) | 209.43º | 1% | 0.21% | - |
| XYZ | 1.03 | 1.04 | 3.51 | - |
| YUV | 21.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 53 | 1 | 0.49 | 0 | 0.79 | 209.43 | 1 | 0.1 |
| Hex | 0 | 1B | 35 | 64 | 31 | 0 | 4F | D1 | 64 | A |
| Octal | 0 | 33 | 65 | 144 | 61 | 0 | 117 | 321 | 144 | 12 |
| Binary | 0 | 11011 | 110101 | 1100100 | 110001 | 0 | 1001111 | 11010001 | 1100100 | 1010 |
Color Harmonies of #001B35
Complementary color
Monochromatic Colors of #001B35
Black with #001B35
Text Example
Text Example
White with #001B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B35; }
p { color: rgb(0,27,53); }
H1.HeaderClassName
{
color: #001B35;
}
.AnyTagClassName
{
color: #001B35;
}
</style>
background-color css
<style>
a { background-color: #001B35; }
a { background-color: rgb(0,27,53); }
div.DivClassName
{
background-color: #001B35;
}
.BgClassName
{
background-color: #001B35;
}
</style>
border-color css
<style>
span { border-color: #001B35; }
span { border-color: rgb(0,27,53); }
td.TdClassName
{
border-color: #001B35;
}
.TagClassName
{
border-color: #001B35;
}
</style>