Html Css Color HEX #02090D Black Pearl

📋 copy color: '#02090D'

red 2 ◦ green 9 ◦ blue 13

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

Shades of Black Pearl #02090D

Tints of Black Pearl #02090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 54.17%

R = 8.33%
G = 37.5%
B = 54.17%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#02090D (or 0x02090D) is known color: Black Pearl. HEX triplet: 02, 09 and 0D. RGB value is (2,9,13). Sum of RGB (Red+Green+Blue) = 2+9+13=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #02090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090D is #FDF6F2. Grayscale: #070707. Windows color (decimal): -16643827 or 854274. OLE color: 854274.

HSL color Cylindrical-coordinate representation of color #02090D: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #02090D is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 9 13 -
CMYK 0.85 0.31 0 0.95
HSL 201.82º 0.73% 0.03% -
HSV(B) 201.82º 0.85% 0.05% -
XYZ 0.2 0.24 0.42 -
YUV 7.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 2 9 13 0.85 0.31 0 0.95 201.82 0.73 0.03
Hex 2 9 D 55 1F 0 5F CA 49 3
Octal 2 11 15 125 37 0 137 312 111 3
Binary 10 1001 1101 1010101 11111 0 1011111 11001010 1001001 11

Color Harmonies of #02090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02090D

Black with #02090D

Text Example


Text Example

White with #02090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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