Html Css Color HEX #322609 Black Magic

📋 copy color: '#322609'

red 50 ◦ green 38 ◦ blue 9

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

Shades of Black Magic #322609

Tints of Black Magic #322609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 39.18%

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

R = 51.55%
G = 39.18%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#322609 (or 0x322609) is known color: Black Magic. HEX triplet: 32, 26 and 09. RGB value is (50,38,9). Sum of RGB (Red+Green+Blue) = 50+38+9=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #322609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322609 is #CDD9F6. Grayscale: #262626. Windows color (decimal): -13490679 or 599602. OLE color: 599602.

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

Color convert

RGB 50 38 9 -
CMYK 0 0.24 0.82 0.80
HSL 42.44º 0.69% 0.12% -
HSV(B) 42.44º 0.82% 0.2% -
XYZ 2.06 2.08 0.55 -
YUV 38.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 50 38 9 0 0.24 0.82 0.80 42.44 0.69 0.12
Hex 32 26 9 0 18 52 50 2A 45 C
Octal 62 46 11 0 30 122 120 52 105 14
Binary 110010 100110 1001 0 11000 1010010 1010000 101010 1000101 1100

Color Harmonies of #322609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322609

Black with #322609

Text Example


Text Example

White with #322609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322609; }

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

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

background-color css

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

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

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

border-color css

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

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

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