Html Css Color HEX #060402 Black

📋 copy color: '#060402'

red 6 ◦ green 4 ◦ blue 2

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

Shades of Black #060402

Tints of Black #060402

RGB

 RED value IS 6 (2.73% from 255) = 50%

 GREEN value IS 4 (1.95% from 255) = 33.33%

 BLUE value IS 2 (1.17% from 255) = 16.67%

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#060402 (or 0x060402) is known color: Black. HEX triplet: 06, 04 and 02. RGB value is (6,4,2). Sum of RGB (Red+Green+Blue) = 6+4+2=12 (1% of max value = 765). Red value is 6 (2.73% from 255 or 50% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 6 - color contains mainly: red. Hex color #060402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060402 is #F9FBFD. Grayscale: #040404. Windows color (decimal): -16382974 or 132102. OLE color: 132102.

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

Color convert

RGB 6 4 2 -
CMYK 0 0.33 0.67 0.98
HSL 30º 0.5% 0.02% -
HSV(B) 30º 0.67% 0.02% -
XYZ 0.13 0.13 0.08 -
YUV 4.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 6 4 2 0 0.33 0.67 0.98 30 0.5 0.02
Hex 6 4 2 0 21 43 62 1E 32 2
Octal 6 4 2 0 41 103 142 36 62 2
Binary 110 100 10 0 100001 1000011 1100010 11110 110010 10

Color Harmonies of #060402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060402

Black with #060402

Text Example


Text Example

White with #060402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060402; }

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

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

background-color css

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

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

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

border-color css

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

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

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