#332500

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

Shades of Black Magic #332500

Tints of Black Magic #332500

Color information

#332500 (or 0x332500) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 00. RGB value is (51,37,0). Sum of RGB (Red+Green+Blue) = 51+37+0=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #332500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332500 is #CCDAFF. Grayscale: #252525. Windows color (decimal): -13425408 or 9523. OLE color: 9523.

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

Color convert

RGB51370-
CMYK00.2710.8
HSL43.53º100%10%-
HSV(B)43.53º100%20%-
XYZ2.032.030.28-
YUV36.97107.14138.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.95%
G=42.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5137000.2710.843.5310010
Hex3325001B64502c64a
Octal634500331441205414412
Binary11001110010100110111100100101000010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332500; }

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

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

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

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

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

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

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

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