#060306

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

Shades of Mardi Gras #060306

Tints of Mardi Gras #060306

Color information

#060306 (or 0x060306) is unknown color: approx Mardi Gras. HEX triplet: 06, 03 and 06. RGB value is (6,3,6). Sum of RGB (Red+Green+Blue) = 6+3+6=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 6 - color contains mainly: red, blue. Hex color #060306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060306 is #F9FCF9. Grayscale: #040404. Windows color (decimal): -16383226 or 393990. OLE color: 393990.

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

Color convert

RGB636-
CMYK00.5000.98
HSL300º33.33%1.76%-
HSV(B)300º50%2.35%-
XYZ0.140.120.19-
YUV4.24128.99129.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal63600.5000.9830033.331.76
Hex63603206212c212
Octal6360620142454412
Binary1101111001100100110001010010110010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060306; }

 p { color: rgb(6,3,6); }

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

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

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

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

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

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

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