Html Css Color HEX #221E17 Black Magic

📋 copy color: '#221E17'

red 34 ◦ green 30 ◦ blue 23

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

Shades of Black Magic #221E17

Tints of Black Magic #221E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.48%

 BLUE value IS 23 (9.38% from 255) = 26.44%

R = 39.08%
G = 34.48%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#221E17 (or 0x221E17) is known color: Black Magic. HEX triplet: 22, 1E and 17. RGB value is (34,30,23). Sum of RGB (Red+Green+Blue) = 34+30+23=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 34 - color contains mainly: red. Hex color #221E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E17 is #DDE1E8. Grayscale: #1E1E1E. Windows color (decimal): -14541289 or 1515042. OLE color: 1515042.

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

Color convert

RGB 34 30 23 -
CMYK 0 0.12 0.32 0.87
HSL 38.18º 0.19% 0.11% -
HSV(B) 38.18º 0.32% 0.13% -
XYZ 1.28 1.33 1 -
YUV 30.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 34 30 23 0 0.12 0.32 0.87 38.18 0.19 0.11
Hex 22 1E 17 0 C 20 57 26 13 B
Octal 42 36 27 0 14 40 127 46 23 13
Binary 100010 11110 10111 0 1100 100000 1010111 100110 10011 1011

Color Harmonies of #221E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E17

Black with #221E17

Text Example


Text Example

White with #221E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,30,23); }

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

background-color css

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

 a { background-color: rgb(34,30,23); }

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

border-color css

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

 span { border-color: rgb(34,30,23); }

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