Html Css Color HEX #01090B Black Pearl

📋 copy color: '#01090B'

red 1 ◦ green 9 ◦ blue 11

#01090B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #01090B

Tints of Black Pearl #01090B

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 value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01090B (or 0x01090B) is known color: 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

RGB 1 9 11 -
CMYK 0.91 0.18 0 0.96
HSL 192º 0.83% 0.02% -
HSV(B) 192º 0.91% 0.04% -
XYZ 0.17 0.23 0.35 -
YUV 6.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 1 9 11 0.91 0.18 0 0.96 192 0.83 0.02
Hex 1 9 B 5B 12 0 60 C0 53 2
Octal 1 11 13 133 22 0 140 300 123 2
Binary 1 1001 1011 1011011 10010 0 1100000 11000000 1010011 10

Color Harmonies of #01090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01090B

Black with #01090B

Text Example


Text Example

White with #01090B

Text Example


Text Example

HTML Codes & Css Web 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>