Html Css Color HEX #221D14 Black Magic

📋 copy color: '#221D14'

red 34 ◦ green 29 ◦ blue 20

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

Shades of Black Magic #221D14

Tints of Black Magic #221D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.94%

 BLUE value IS 20 (8.2% from 255) = 24.1%

R = 40.96%
G = 34.94%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#221D14 (or 0x221D14) is known color: Black Magic. HEX triplet: 22, 1D and 14. RGB value is (34,29,20). Sum of RGB (Red+Green+Blue) = 34+29+20=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D14 is #DDE2EB. Grayscale: #1D1D1D. Windows color (decimal): -14541548 or 1318178. OLE color: 1318178.

HSL color Cylindrical-coordinate representation of color #221D14: hue angle of 38.57º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #221D14 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 29 20 -
CMYK 0 0.15 0.41 0.87
HSL 38.57º 0.26% 0.11% -
HSV(B) 38.57º 0.41% 0.13% -
XYZ 1.23 1.27 0.84 -
YUV 29.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 34 29 20 0 0.15 0.41 0.87 38.57 0.26 0.11
Hex 22 1D 14 0 F 29 57 27 1A B
Octal 42 35 24 0 17 51 127 47 32 13
Binary 100010 11101 10100 0 1111 101001 1010111 100111 11010 1011

Color Harmonies of #221D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D14

Black with #221D14

Text Example


Text Example

White with #221D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,29,20); }

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

background-color css

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

 a { background-color: rgb(34,29,20); }

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

border-color css

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

 span { border-color: rgb(34,29,20); }

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