#060400

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

Shades of Black #060400

Tints of Black #060400

Color information

#060400 (or 0x060400) is unknown color: approx Black. HEX triplet: 06, 04 and 00. RGB value is (6,4,0). Sum of RGB (Red+Green+Blue) = 6+4+0=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 4 (1.95% from 255 or 40% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060400 is #F9FBFF. Grayscale: #040404. Windows color (decimal): -16382976 or 1030. OLE color: 1030.

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

Color convert

RGB640-
CMYK00.3310.98
HSL40º100%1.18%-
HSV(B)40º100%2.35%-
XYZ0.120.130.02-
YUV4.14125.66129.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal64000.3310.98401001.18
Hex640021646228641
Octal640041144142501441
Binary110100001000011100100110001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060400; }

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

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

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

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

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

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

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

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