Html Css Color HEX #060305 Melanzane

📋 copy color: '#060305'

red 6 ◦ green 3 ◦ blue 5

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

Shades of Melanzane #060305

Tints of Melanzane #060305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 21.43%

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

R = 42.86%
G = 21.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.98

RGB Variations

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

Color information

#060305 (or 0x060305) is known color: Melanzane. HEX triplet: 06, 03 and 05. RGB value is (6,3,5). Sum of RGB (Red+Green+Blue) = 6+3+5=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 6 - color contains mainly: red. Hex color #060305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060305 is #F9FCFA. Grayscale: #040404. Windows color (decimal): -16383227 or 328454. OLE color: 328454.

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

Color convert

RGB 6 3 5 -
CMYK 0 0.50 0.17 0.98
HSL 320º 0.33% 0.02% -
HSV(B) 320º 0.5% 0.02% -
XYZ 0.14 0.11 0.16 -
YUV 4.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 6 3 5 0 0.50 0.17 0.98 320 0.33 0.02
Hex 6 3 5 0 32 11 62 140 21 2
Octal 6 3 5 0 62 21 142 500 41 2
Binary 110 11 101 0 110010 10001 1100010 101000000 100001 10

Color Harmonies of #060305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060305

Black with #060305

Text Example


Text Example

White with #060305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060305; }

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

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

background-color css

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

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

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

border-color css

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

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

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