Html Css Color HEX #060005 Melanzane

📋 copy color: '#060005'

red 6 ◦ green 0 ◦ blue 5

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

Shades of Melanzane #060005

Tints of Melanzane #060005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.98

RGB Variations

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

Color information

#060005 (or 0x060005) is known color: Melanzane. HEX triplet: 06, 00 and 05. RGB value is (6,0,5). Sum of RGB (Red+Green+Blue) = 6+0+5=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060005 is #F9FFFA. Grayscale: #020202. Windows color (decimal): -16383995 or 327686. OLE color: 327686.

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

Color convert

RGB 6 0 5 -
CMYK 0 1 0.17 0.98
HSL 310º 1% 0.01% -
HSV(B) 310º 1% 0.02% -
XYZ 0.1 0.05 0.15 -
YUV 2.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 6 0 5 0 1 0.17 0.98 310 1 0.01
Hex 6 0 5 0 64 11 62 136 64 1
Octal 6 0 5 0 144 21 142 466 144 1
Binary 110 0 101 0 1100100 10001 1100010 100110110 1100100 1

Color Harmonies of #060005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060005

Black with #060005

Text Example


Text Example

White with #060005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060005; }

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

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

background-color css

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

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

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

border-color css

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

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

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