Html Css Color HEX #221909 Black Magic

📋 copy color: '#221909'

red 34 ◦ green 25 ◦ blue 9

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

Shades of Black Magic #221909

Tints of Black Magic #221909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.76%

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 50%
G = 36.76%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#221909 (or 0x221909) is known color: Black Magic. HEX triplet: 22, 19 and 09. RGB value is (34,25,9). Sum of RGB (Red+Green+Blue) = 34+25+9=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #221909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221909 is #DDE6F6. Grayscale: #191919. Windows color (decimal): -14542583 or 596258. OLE color: 596258.

HSL color Cylindrical-coordinate representation of color #221909: hue angle of 38.4º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221909 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 25 9 -
CMYK 0 0.26 0.74 0.87
HSL 38.4º 0.58% 0.08% -
HSV(B) 38.4º 0.74% 0.13% -
XYZ 1.06 1.06 0.41 -
YUV 25.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 34 25 9 0 0.26 0.74 0.87 38.4 0.58 0.08
Hex 22 19 9 0 1A 4A 57 26 3A 8
Octal 42 31 11 0 32 112 127 46 72 10
Binary 100010 11001 1001 0 11010 1001010 1010111 100110 111010 1000

Color Harmonies of #221909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221909

Black with #221909

Text Example


Text Example

White with #221909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221909; }

 p { color: rgb(34,25,9); }

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

background-color css

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

 a { background-color: rgb(34,25,9); }

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

border-color css

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

 span { border-color: rgb(34,25,9); }

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