Html Css Color HEX #322409 Black Magic

📋 copy color: '#322409'

red 50 ◦ green 36 ◦ blue 9

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

Shades of Black Magic #322409

Tints of Black Magic #322409

RGB

 RED value IS 50 (19.92% from 255) = 52.63%

 GREEN value IS 36 (14.45% from 255) = 37.89%

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

R = 52.63%
G = 37.89%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#322409 (or 0x322409) is known color: Black Magic. HEX triplet: 32, 24 and 09. RGB value is (50,36,9). Sum of RGB (Red+Green+Blue) = 50+36+9=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #322409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322409 is #CDDBF6. Grayscale: #252525. Windows color (decimal): -13491191 or 599090. OLE color: 599090.

HSL color Cylindrical-coordinate representation of color #322409: hue angle of 39.51º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322409 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 36 9 -
CMYK 0 0.28 0.82 0.80
HSL 39.51º 0.69% 0.12% -
HSV(B) 39.51º 0.82% 0.2% -
XYZ 2 1.96 0.53 -
YUV 37.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 50 36 9 0 0.28 0.82 0.80 39.51 0.69 0.12
Hex 32 24 9 0 1C 52 50 28 45 C
Octal 62 44 11 0 34 122 120 50 105 14
Binary 110010 100100 1001 0 11100 1010010 1010000 101000 1000101 1100

Color Harmonies of #322409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322409

Black with #322409

Text Example


Text Example

White with #322409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322409; }

 p { color: rgb(50,36,9); }

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

background-color css

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

 a { background-color: rgb(50,36,9); }

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

border-color css

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

 span { border-color: rgb(50,36,9); }

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