Html Css Color HEX #060401 Black

📋 copy color: '#060401'

red 6 ◦ green 4 ◦ blue 1

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

Shades of Black #060401

Tints of Black #060401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 9.09%

R = 54.55%
G = 36.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.98

RGB Variations

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

Color information

#060401 (or 0x060401) is known color: Black. HEX triplet: 06, 04 and 01. RGB value is (6,4,1). Sum of RGB (Red+Green+Blue) = 6+4+1=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 4 (1.95% from 255 or 36.36% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060401 is #F9FBFE. Grayscale: #040404. Windows color (decimal): -16382975 or 66566. OLE color: 66566.

HSL color Cylindrical-coordinate representation of color #060401: hue angle of 36º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060401 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB 6 4 1 -
CMYK 0 0.33 0.83 0.98
HSL 36º 0.71% 0.01% -
HSV(B) 36º 0.83% 0.02% -
XYZ 0.12 0.13 0.05 -
YUV 4.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 6 4 1 0 0.33 0.83 0.98 36 0.71 0.01
Hex 6 4 1 0 21 53 62 24 47 1
Octal 6 4 1 0 41 123 142 44 107 1
Binary 110 100 1 0 100001 1010011 1100010 100100 1000111 1

Color Harmonies of #060401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060401

Black with #060401

Text Example


Text Example

White with #060401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060401; }

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

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

background-color css

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

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

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

border-color css

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

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

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