Html Css Color HEX #21131B Melanzane

📋 copy color: '#21131B'

red 33 ◦ green 19 ◦ blue 27

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

Shades of Melanzane #21131B

Tints of Melanzane #21131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.05%

 BLUE value IS 27 (10.94% from 255) = 34.18%

R = 41.77%
G = 24.05%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#21131B (or 0x21131B) is known color: Melanzane. HEX triplet: 21, 13 and 1B. RGB value is (33,19,27). Sum of RGB (Red+Green+Blue) = 33+19+27=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #21131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21131B is #DEECE4. Grayscale: #181818. Windows color (decimal): -14609637 or 1774369. OLE color: 1774369.

HSL color Cylindrical-coordinate representation of color #21131B: hue angle of 325.71º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21131B is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 19 27 -
CMYK 0 0.42 0.18 0.87
HSL 325.71º 0.27% 0.1% -
HSV(B) 325.71º 0.42% 0.13% -
XYZ 1.06 0.87 1.15 -
YUV 24.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 33 19 27 0 0.42 0.18 0.87 325.71 0.27 0.1
Hex 21 13 1B 0 2A 12 57 146 1B A
Octal 41 23 33 0 52 22 127 506 33 12
Binary 100001 10011 11011 0 101010 10010 1010111 101000110 11011 1010

Color Harmonies of #21131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21131B

Black with #21131B

Text Example


Text Example

White with #21131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21131B; }

 p { color: rgb(33,19,27); }

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

background-color css

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

 a { background-color: rgb(33,19,27); }

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

border-color css

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

 span { border-color: rgb(33,19,27); }

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