Html Css Color HEX #02090A Black Pearl

📋 copy color: '#02090A'

red 2 ◦ green 9 ◦ blue 10

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

Shades of Black Pearl #02090A

Tints of Black Pearl #02090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 47.62%

R = 9.52%
G = 42.86%
B = 47.62%

CMYK

 C value IS 0.8

 M value IS 0.10

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02090A (or 0x02090A) is known color: Black Pearl. HEX triplet: 02, 09 and 0A. RGB value is (2,9,10). Sum of RGB (Red+Green+Blue) = 2+9+10=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #02090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090A is #FDF6F5. Grayscale: #070707. Windows color (decimal): -16643830 or 657666. OLE color: 657666.

HSL color Cylindrical-coordinate representation of color #02090A: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #02090A is Cyan = 0.8, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 9 10 -
CMYK 0.8 0.10 0 0.96
HSL 187.5º 0.67% 0.02% -
HSV(B) 187.5º 0.8% 0.04% -
XYZ 0.18 0.23 0.32 -
YUV 7.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 2 9 10 0.8 0.10 0 0.96 187.5 0.67 0.02
Hex 2 9 A 50 A 0 60 BC 43 2
Octal 2 11 12 120 12 0 140 274 103 2
Binary 10 1001 1010 1010000 1010 0 1100000 10111100 1000011 10

Color Harmonies of #02090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02090A

Black with #02090A

Text Example


Text Example

White with #02090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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