#332508

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

Shades of Black Magic #332508

Tints of Black Magic #332508

Color information

#332508 (or 0x332508) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 08. RGB value is (51,37,8). Sum of RGB (Red+Green+Blue) = 51+37+8=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #332508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332508 is #CCDAF7. Grayscale: #262626. Windows color (decimal): -13425400 or 533811. OLE color: 533811.

HSL color Cylindrical-coordinate representation of color #332508: hue angle of 40.47º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #332508 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51378-
CMYK00.270.840.8
HSL40.47º72.88%11.57%-
HSV(B)40.47º84.31%20%-
XYZ2.072.040.52-
YUV37.88111.14137.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=53.12%
G=38.54%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5137800.270.840.840.4772.8811.57
Hex3325801B54502849c
Octal6345100331241205011114
Binary11001110010110000110111010100101000010100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332508; }

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

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

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

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

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

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

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

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