Html Css Color HEX #332409 Black Magic

📋 copy color: '#332409'

red 51 ◦ green 36 ◦ blue 9

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

Shades of Black Magic #332409

Tints of Black Magic #332409

RGB

 RED value IS 51 (20.31% from 255) = 53.13%

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

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

R = 53.13%
G = 37.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#332409 (or 0x332409) is known color: Black Magic. HEX triplet: 33, 24 and 09. RGB value is (51,36,9). Sum of RGB (Red+Green+Blue) = 51+36+9=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332409 is #CCDBF6. Grayscale: #252525. Windows color (decimal): -13425655 or 599091. OLE color: 599091.

HSL color Cylindrical-coordinate representation of color #332409: hue angle of 38.57º degrees, saturation: 0.7, 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 #332409 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 36 9 -
CMYK 0 0.29 0.82 0.8
HSL 38.57º 0.7% 0.12% -
HSV(B) 38.57º 0.82% 0.2% -
XYZ 2.05 1.99 0.53 -
YUV 37.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 51 36 9 0 0.29 0.82 0.8 38.57 0.7 0.12
Hex 33 24 9 0 1D 52 50 27 46 C
Octal 63 44 11 0 35 122 120 47 106 14
Binary 110011 100100 1001 0 11101 1010010 1010000 100111 1000110 1100

Color Harmonies of #332409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332409

Black with #332409

Text Example


Text Example

White with #332409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332409; }

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

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

background-color css

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

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

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

border-color css

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

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

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