Html Css Color HEX #1D0217 Melanzane

📋 copy color: '#1D0217'

red 29 ◦ green 2 ◦ blue 23

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

Shades of Melanzane #1D0217

Tints of Melanzane #1D0217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.7%

 BLUE value IS 23 (9.38% from 255) = 42.59%

R = 53.7%
G = 3.7%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D0217 (or 0x1D0217) is known color: Melanzane. HEX triplet: 1D, 02 and 17. RGB value is (29,2,23). Sum of RGB (Red+Green+Blue) = 29+2+23=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0217 is #E2FDE8. Grayscale: #0C0C0C. Windows color (decimal): -14876137 or 1507869. OLE color: 1507869.

HSL color Cylindrical-coordinate representation of color #1D0217: hue angle of 313.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0217 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 2 23 -
CMYK 0 0.93 0.21 0.89
HSL 313.33º 0.87% 0.06% -
HSV(B) 313.33º 0.93% 0.11% -
XYZ 0.68 0.37 0.85 -
YUV 12.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 29 2 23 0 0.93 0.21 0.89 313.33 0.87 0.06
Hex 1D 2 17 0 5D 15 59 139 57 6
Octal 35 2 27 0 135 25 131 471 127 6
Binary 11101 10 10111 0 1011101 10101 1011001 100111001 1010111 110

Color Harmonies of #1D0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0217

Black with #1D0217

Text Example


Text Example

White with #1D0217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,2,23); }

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

background-color css

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

 a { background-color: rgb(29,2,23); }

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

border-color css

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

 span { border-color: rgb(29,2,23); }

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