Html Css Color HEX #221C11 Black Magic

📋 copy color: '#221C11'

red 34 ◦ green 28 ◦ blue 17

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

Shades of Black Magic #221C11

Tints of Black Magic #221C11

RGB

 RED value IS 34 (13.67% from 255) = 43.04%

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

 BLUE value IS 17 (7.03% from 255) = 21.52%

R = 43.04%
G = 35.44%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#221C11 (or 0x221C11) is known color: Black Magic. HEX triplet: 22, 1C and 11. RGB value is (34,28,17). Sum of RGB (Red+Green+Blue) = 34+28+17=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 34 - color contains mainly: red. Hex color #221C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C11 is #DDE3EE. Grayscale: #1C1C1C. Windows color (decimal): -14541807 or 1121314. OLE color: 1121314.

HSL color Cylindrical-coordinate representation of color #221C11: hue angle of 38.82º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221C11 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 28 17 -
CMYK 0 0.18 0.50 0.87
HSL 38.82º 0.33% 0.1% -
HSV(B) 38.82º 0.5% 0.13% -
XYZ 1.18 1.21 0.7 -
YUV 28.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 34 28 17 0 0.18 0.50 0.87 38.82 0.33 0.1
Hex 22 1C 11 0 12 32 57 27 21 A
Octal 42 34 21 0 22 62 127 47 41 12
Binary 100010 11100 10001 0 10010 110010 1010111 100111 100001 1010

Color Harmonies of #221C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C11

Black with #221C11

Text Example


Text Example

White with #221C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221C11; }

 p { color: rgb(34,28,17); }

 H1.HeaderClassName
 {
   color: #221C11;
 }
 .AnyTagClassName
 {
   color: #221C11;
 }
</style>

background-color css

<style>
 a { background-color: #221C11; }

 a { background-color: rgb(34,28,17); }

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

border-color css

<style>
 span { border-color: #221C11; }

 span { border-color: rgb(34,28,17); }

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