#332307

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

Shades of Black Magic #332307

Tints of Black Magic #332307

Color information

#332307 (or 0x332307) is unknown color: approx Black Magic. HEX triplet: 33, 23 and 07. RGB value is (51,35,7). Sum of RGB (Red+Green+Blue) = 51+35+7=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #332307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332307 is #CCDCF8. Grayscale: #242424. Windows color (decimal): -13425913 or 467763. OLE color: 467763.

HSL color Cylindrical-coordinate representation of color #332307: hue angle of 38.18º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #332307 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB51357-
CMYK00.310.860.8
HSL38.18º75.86%11.37%-
HSV(B)38.18º86.27%20%-
XYZ21.920.47-
YUV36.59111.3138.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=54.84%
G=37.63%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5135700.310.860.838.1875.8611.37
Hex3323701F5650264cb
Octal634370371261204611413
Binary1100111000111110111111010110101000010011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332307; }

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

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

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

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

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

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

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

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