#332509

Color #332509 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #332509

Tints of Black Magic #332509

Color information

#332509 (or 0x332509) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 09. RGB value is (51,37,9). Sum of RGB (Red+Green+Blue) = 51+37+9=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #332509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332509 is #CCDAF6. Grayscale: #262626. Windows color (decimal): -13425399 or 599347. OLE color: 599347.

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

Color convert

RGB51379-
CMYK00.270.820.8
HSL40º70%11.76%-
HSV(B)40º82.35%20%-
XYZ2.082.050.54-
YUV37.99111.64137.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.58%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=52.58%
G=38.14%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5137900.270.820.8407011.76
Hex3325901B52502846c
Octal6345110331221205010614
Binary11001110010110010110111010010101000010100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332509; }

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

 H1.HeaderClassName
 {
   color: #332509;
 }
 .AnyTagClassName
 {
   color: #332509;
 }
</style>
background-color css

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

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

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

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

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

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