Html Css Color HEX #020506 Black Pearl

📋 copy color: '#020506'

red 2 ◦ green 5 ◦ blue 6

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

Shades of Black Pearl #020506

Tints of Black Pearl #020506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 38.46%

 BLUE value IS 6 (2.73% from 255) = 46.15%

R = 15.38%
G = 38.46%
B = 46.15%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020506 (or 0x020506) is known color: Black Pearl. HEX triplet: 02, 05 and 06. RGB value is (2,5,6). Sum of RGB (Red+Green+Blue) = 2+5+6=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 6 (2.73% from 255 or 46.15% from 13); Max value from RGB is 6 - color contains mainly: blue. Hex color #020506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020506 is #FDFAF9. Grayscale: #040404. Windows color (decimal): -16644858 or 394498. OLE color: 394498.

HSL color Cylindrical-coordinate representation of color #020506: hue angle of 195º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020506 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 2 5 6 -
CMYK 0.67 0.17 0 0.98
HSL 195º 0.5% 0.02% -
HSV(B) 195º 0.67% 0.02% -
XYZ 0.11 0.13 0.19 -
YUV 4.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 2 5 6 0.67 0.17 0 0.98 195 0.5 0.02
Hex 2 5 6 43 11 0 62 C3 32 2
Octal 2 5 6 103 21 0 142 303 62 2
Binary 10 101 110 1000011 10001 0 1100010 11000011 110010 10

Color Harmonies of #020506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020506

Black with #020506

Text Example


Text Example

White with #020506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020506; }

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

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

background-color css

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

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

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

border-color css

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

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

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