#0A0602

Color #0A0602 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #0A0602

Tints of Black #0A0602

Color information

#0A0602 (or 0x0A0602) is unknown color: approx Black. HEX triplet: 0A, 06 and 02. RGB value is (10,6,2). Sum of RGB (Red+Green+Blue) = 10+6+2=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0602 is #F5F9FD. Grayscale: #060606. Windows color (decimal): -16120318 or 132618. OLE color: 132618.

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

Color convert

RGB1062-
CMYK00.40.80.96
HSL30º66.67%2.35%-
HSV(B)30º80%3.92%-
XYZ0.20.20.09-
YUV6.74125.33130.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 55.56%
GREEN value IS 6 (2.73% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.8
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal106200.40.80.963066.672.35
HexA6202850601e432
Octal1262050120140361032
Binary10101101001010001010000110000011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0602; }

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

 H1.HeaderClassName
 {
   color: #0A0602;
 }
 .AnyTagClassName
 {
   color: #0A0602;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0A0602;
 }
 .BgClassName
 {
   background-color: #0A0602;
 }
</style>
border-color css

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

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

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