#332610

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

Shades of Black Magic #332610

Tints of Black Magic #332610

Color information

#332610 (or 0x332610) is unknown color: approx Black Magic. HEX triplet: 33, 26 and 10. RGB value is (51,38,16). Sum of RGB (Red+Green+Blue) = 51+38+16=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332610 is #CCD9EF. Grayscale: #272727. Windows color (decimal): -13425136 or 1058355. OLE color: 1058355.

HSL color Cylindrical-coordinate representation of color #332610: hue angle of 37.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332610 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB513816-
CMYK00.250.690.8
HSL37.71º52.24%13.14%-
HSV(B)37.71º68.63%20%-
XYZ2.152.130.79-
YUV39.38114.81136.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.57%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=48.57%
G=36.19%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51381600.250.690.837.7152.2413.14
Hex33261001945502634d
Octal634620031105120466415
Binary11001110011010000011001100010110100001001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332610; }

 p { color: rgb(51,38,16); }

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

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

 a { background-color: rgb(51,38,16); }

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

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

 span { border-color: rgb(51,38,16); }

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