Html Css Color HEX #211C13 Black Magic

📋 copy color: '#211C13'

red 33 ◦ green 28 ◦ blue 19

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

Shades of Black Magic #211C13

Tints of Black Magic #211C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35%

 BLUE value IS 19 (7.81% from 255) = 23.75%

R = 41.25%
G = 35%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#211C13 (or 0x211C13) is known color: Black Magic. HEX triplet: 21, 1C and 13. RGB value is (33,28,19). Sum of RGB (Red+Green+Blue) = 33+28+19=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #211C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C13 is #DEE3EC. Grayscale: #1C1C1C. Windows color (decimal): -14607341 or 1252385. OLE color: 1252385.

HSL color Cylindrical-coordinate representation of color #211C13: hue angle of 38.57º 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 #211C13 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 28 19 -
CMYK 0 0.15 0.42 0.87
HSL 38.57º 0.27% 0.1% -
HSV(B) 38.57º 0.42% 0.13% -
XYZ 1.16 1.2 0.79 -
YUV 28.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 33 28 19 0 0.15 0.42 0.87 38.57 0.27 0.1
Hex 21 1C 13 0 F 2A 57 27 1B A
Octal 41 34 23 0 17 52 127 47 33 12
Binary 100001 11100 10011 0 1111 101010 1010111 100111 11011 1010

Color Harmonies of #211C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C13

Black with #211C13

Text Example


Text Example

White with #211C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211C13; }

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

 H1.HeaderClassName
 {
   color: #211C13;
 }
 .AnyTagClassName
 {
   color: #211C13;
 }
</style>

background-color css

<style>
 a { background-color: #211C13; }

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

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

border-color css

<style>
 span { border-color: #211C13; }

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

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