Html Css Color HEX #322509 Black Magic

📋 copy color: '#322509'

red 50 ◦ green 37 ◦ blue 9

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

Shades of Black Magic #322509

Tints of Black Magic #322509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

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

R = 52.08%
G = 38.54%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#322509 (or 0x322509) is known color: Black Magic. HEX triplet: 32, 25 and 09. RGB value is (50,37,9). Sum of RGB (Red+Green+Blue) = 50+37+9=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #322509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322509 is #CDDAF6. Grayscale: #252525. Windows color (decimal): -13490935 or 599346. OLE color: 599346.

HSL color Cylindrical-coordinate representation of color #322509: hue angle of 40.98º 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 #322509 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 37 9 -
CMYK 0 0.26 0.82 0.80
HSL 40.98º 0.69% 0.12% -
HSV(B) 40.98º 0.82% 0.2% -
XYZ 2.03 2.02 0.54 -
YUV 37.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 50 37 9 0 0.26 0.82 0.80 40.98 0.69 0.12
Hex 32 25 9 0 1A 52 50 29 45 C
Octal 62 45 11 0 32 122 120 51 105 14
Binary 110010 100101 1001 0 11010 1010010 1010000 101001 1000101 1100

Color Harmonies of #322509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322509

Black with #322509

Text Example


Text Example

White with #322509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322509; }

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

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

background-color css

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

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

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

border-color css

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

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

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