Html Css Color HEX #02090B Black Pearl

📋 copy color: '#02090B'

red 2 ◦ green 9 ◦ blue 11

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

Shades of Black Pearl #02090B

Tints of Black Pearl #02090B

RGB

 RED value IS 2 (1.17% from 255) = 9.09%

 GREEN value IS 9 (3.91% from 255) = 40.91%

 BLUE value IS 11 (4.69% from 255) = 50%

R = 9.09%
G = 40.91%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02090B (or 0x02090B) is known color: Black Pearl. HEX triplet: 02, 09 and 0B. RGB value is (2,9,11). Sum of RGB (Red+Green+Blue) = 2+9+11=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #02090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090B is #FDF6F4. Grayscale: #070707. Windows color (decimal): -16643829 or 723202. OLE color: 723202.

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

Color convert

RGB 2 9 11 -
CMYK 0.82 0.18 0 0.96
HSL 193.33º 0.69% 0.03% -
HSV(B) 193.33º 0.82% 0.04% -
XYZ 0.18 0.23 0.35 -
YUV 7.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 2 9 11 0.82 0.18 0 0.96 193.33 0.69 0.03
Hex 2 9 B 52 12 0 60 C1 45 3
Octal 2 11 13 122 22 0 140 301 105 3
Binary 10 1001 1011 1010010 10010 0 1100000 11000001 1000101 11

Color Harmonies of #02090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02090B

Black with #02090B

Text Example


Text Example

White with #02090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02090B;
 }
 .AnyTagClassName
 {
   color: #02090B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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