Html Css Color HEX #1D0618 Melanzane

📋 copy color: '#1D0618'

red 29 ◦ green 6 ◦ blue 24

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

Shades of Melanzane #1D0618

Tints of Melanzane #1D0618

RGB

 RED value IS 29 (11.72% from 255) = 49.15%

 GREEN value IS 6 (2.73% from 255) = 10.17%

 BLUE value IS 24 (9.77% from 255) = 40.68%

R = 49.15%
G = 10.17%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D0618 (or 0x1D0618) is known color: Melanzane. HEX triplet: 1D, 06 and 18. RGB value is (29,6,24). Sum of RGB (Red+Green+Blue) = 29+6+24=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0618 is #E2F9E7. Grayscale: #0E0E0E. Windows color (decimal): -14875112 or 1574429. OLE color: 1574429.

HSL color Cylindrical-coordinate representation of color #1D0618: hue angle of 313.04º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0618 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 6 24 -
CMYK 0 0.79 0.17 0.89
HSL 313.04º 0.66% 0.07% -
HSV(B) 313.04º 0.79% 0.11% -
XYZ 0.74 0.46 0.91 -
YUV 14.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 29 6 24 0 0.79 0.17 0.89 313.04 0.66 0.07
Hex 1D 6 18 0 4F 11 59 139 42 7
Octal 35 6 30 0 117 21 131 471 102 7
Binary 11101 110 11000 0 1001111 10001 1011001 100111001 1000010 111

Color Harmonies of #1D0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0618

Black with #1D0618

Text Example


Text Example

White with #1D0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0618; }

 p { color: rgb(29,6,24); }

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

background-color css

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

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

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

border-color css

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

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

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