#01090B

Color #01090B Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #01090B

Tints of Black Pearl #01090B

Color information

#01090B (or 0x01090B) is unknown color: approx Black Pearl. HEX triplet: 01, 09 and 0B. RGB value is (1,9,11). Sum of RGB (Red+Green+Blue) = 1+9+11=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #01090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01090B is #FEF6F4. Grayscale: #060606. Windows color (decimal): -16709365 or 723201. OLE color: 723201.

HSL color Cylindrical-coordinate representation of color #01090B: hue angle of 192º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01090B is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1911-
CMYK0.910.1800.96
HSL192º83.33%2.35%-
HSV(B)192º90.91%4.31%-
XYZ0.170.230.35-
YUV6.84130.35123.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 9 (3.91% from 255) = 42.86%
BLUE value IS 11 (4.69% from 255) = 52.38%
R=4.76%
G=42.86%
B=52.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal19110.910.1800.9619283.332.35
Hex19B5B12060c0532
Octal111131332201403001232
Binary1100110111011011100100110000011000000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01090B; }

 p { color: rgb(1,9,11); }

 H1.HeaderClassName
 {
   color: #01090B;
 }
 .AnyTagClassName
 {
   color: #01090B;
 }
</style>
background-color css

<style>
 a { background-color: #01090B; }

 a { background-color: rgb(1,9,11); }

 div.DivClassName
 {
   background-color: #01090B;
 }
 .BgClassName
 {
   background-color: #01090B;
 }
</style>
border-color css

<style>
 span { border-color: #01090B; }

 span { border-color: rgb(1,9,11); }

 td.TdClassName
 {
   border-color: #01090B;
 }
 .TagClassName
 {
   border-color: #01090B;
 }
</style>