Html Css Color HEX #020609 Black Pearl

📋 copy color: '#020609'

red 2 ◦ green 6 ◦ blue 9

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

Shades of Black Pearl #020609

Tints of Black Pearl #020609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 35.29%

 BLUE value IS 9 (3.91% from 255) = 52.94%

R = 11.76%
G = 35.29%
B = 52.94%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#020609 (or 0x020609) is known color: Black Pearl. HEX triplet: 02, 06 and 09. RGB value is (2,6,9). Sum of RGB (Red+Green+Blue) = 2+6+9=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #020609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020609 is #FDF9F6. Grayscale: #050505. Windows color (decimal): -16644599 or 591362. OLE color: 591362.

HSL color Cylindrical-coordinate representation of color #020609: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020609 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 6 9 -
CMYK 0.78 0.33 0 0.96
HSL 205.71º 0.64% 0.02% -
HSV(B) 205.71º 0.78% 0.04% -
XYZ 0.14 0.16 0.28 -
YUV 5.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 2 6 9 0.78 0.33 0 0.96 205.71 0.64 0.02
Hex 2 6 9 4E 21 0 60 CE 40 2
Octal 2 6 11 116 41 0 140 316 100 2
Binary 10 110 1001 1001110 100001 0 1100000 11001110 1000000 10

Color Harmonies of #020609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020609

Black with #020609

Text Example


Text Example

White with #020609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020609; }

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

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

background-color css

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

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

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

border-color css

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

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

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