#332300

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

Shades of Black Magic #332300

Tints of Black Magic #332300

Color information

#332300 (or 0x332300) is unknown color: approx Black Magic. HEX triplet: 33, 23 and 00. RGB value is (51,35,0). Sum of RGB (Red+Green+Blue) = 51+35+0=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #332300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332300 is #CCDCFF. Grayscale: #232323. Windows color (decimal): -13425920 or 9011. OLE color: 9011.

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

Color convert

RGB51350-
CMYK00.3110.8
HSL41.18º100%10%-
HSV(B)41.18º100%20%-
XYZ1.971.910.26-
YUV35.79107.8138.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.30%
G=40.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5135000.3110.841.1810010
Hex3323001F64502964a
Octal634300371441205114412
Binary11001110001100111111100100101000010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332300; }

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

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

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

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

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

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

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

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