Html Css Color HEX #02060A Black Pearl

📋 copy color: '#02060A'

red 2 ◦ green 6 ◦ blue 10

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

Shades of Black Pearl #02060A

Tints of Black Pearl #02060A

RGB

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

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

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

R = 11.11%
G = 33.33%
B = 55.56%

CMYK

 C value IS 0.8

 M value IS 0.4

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02060A (or 0x02060A) is known color: Black Pearl. HEX triplet: 02, 06 and 0A. RGB value is (2,6,10). Sum of RGB (Red+Green+Blue) = 2+6+10=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #02060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02060A is #FDF9F5. Grayscale: #050505. Windows color (decimal): -16644598 or 656898. OLE color: 656898.

HSL color Cylindrical-coordinate representation of color #02060A: hue angle of 210º 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 #02060A is Cyan = 0.8, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 6 10 -
CMYK 0.8 0.4 0 0.96
HSL 210º 0.67% 0.02% -
HSV(B) 210º 0.8% 0.04% -
XYZ 0.14 0.17 0.31 -
YUV 5.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 2 6 10 0.8 0.4 0 0.96 210 0.67 0.02
Hex 2 6 A 50 28 0 60 D2 43 2
Octal 2 6 12 120 50 0 140 322 103 2
Binary 10 110 1010 1010000 101000 0 1100000 11010010 1000011 10

Color Harmonies of #02060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02060A

Black with #02060A

Text Example


Text Example

White with #02060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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