Html Css Color HEX #21071C Melanzane

📋 copy color: '#21071C'

red 33 ◦ green 7 ◦ blue 28

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

Shades of Melanzane #21071C

Tints of Melanzane #21071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.29%

 BLUE value IS 28 (11.33% from 255) = 41.18%

R = 48.53%
G = 10.29%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21071C (or 0x21071C) is known color: Melanzane. HEX triplet: 21, 07 and 1C. RGB value is (33,7,28). Sum of RGB (Red+Green+Blue) = 33+7+28=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #21071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21071C is #DEF8E3. Grayscale: #111111. Windows color (decimal): -14612708 or 1836833. OLE color: 1836833.

HSL color Cylindrical-coordinate representation of color #21071C: hue angle of 311.54º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21071C is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 7 28 -
CMYK 0 0.79 0.15 0.87
HSL 311.54º 0.65% 0.08% -
HSV(B) 311.54º 0.79% 0.13% -
XYZ 0.91 0.56 1.16 -
YUV 17.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 33 7 28 0 0.79 0.15 0.87 311.54 0.65 0.08
Hex 21 7 1C 0 4F F 57 138 41 8
Octal 41 7 34 0 117 17 127 470 101 10
Binary 100001 111 11100 0 1001111 1111 1010111 100111000 1000001 1000

Color Harmonies of #21071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21071C

Black with #21071C

Text Example


Text Example

White with #21071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21071C; }

 p { color: rgb(33,7,28); }

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

background-color css

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

 a { background-color: rgb(33,7,28); }

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

border-color css

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

 span { border-color: rgb(33,7,28); }

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