Html Css Color HEX #210D1D Melanzane

📋 copy color: '#210D1D'

red 33 ◦ green 13 ◦ blue 29

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

Shades of Melanzane #210D1D

Tints of Melanzane #210D1D

RGB

 RED value IS 33 (13.28% from 255) = 44%

 GREEN value IS 13 (5.47% from 255) = 17.33%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 44%
G = 17.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#210D1D (or 0x210D1D) is known color: Melanzane. HEX triplet: 21, 0D and 1D. RGB value is (33,13,29). Sum of RGB (Red+Green+Blue) = 33+13+29=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #210D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D1D is #DEF2E2. Grayscale: #141414. Windows color (decimal): -14611171 or 1903905. OLE color: 1903905.

HSL color Cylindrical-coordinate representation of color #210D1D: hue angle of 312º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D1D is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 13 29 -
CMYK 0 0.61 0.12 0.87
HSL 312º 0.43% 0.09% -
HSV(B) 312º 0.61% 0.13% -
XYZ 0.99 0.7 1.25 -
YUV 20.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 33 13 29 0 0.61 0.12 0.87 312 0.43 0.09
Hex 21 D 1D 0 3D C 57 138 2B 9
Octal 41 15 35 0 75 14 127 470 53 11
Binary 100001 1101 11101 0 111101 1100 1010111 100111000 101011 1001

Color Harmonies of #210D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D1D

Black with #210D1D

Text Example


Text Example

White with #210D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210D1D; }

 p { color: rgb(33,13,29); }

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

background-color css

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

 a { background-color: rgb(33,13,29); }

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

border-color css

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

 span { border-color: rgb(33,13,29); }

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