#3B2808

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

Shades of Black Magic #3B2808

Tints of Black Magic #3B2808

Color information

#3B2808 (or 0x3B2808) is unknown color: approx Black Magic. HEX triplet: 3B, 28 and 08. RGB value is (59,40,8). Sum of RGB (Red+Green+Blue) = 59+40+8=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2808 is #C4D7F7. Grayscale: #2A2A2A. Windows color (decimal): -12900344 or 534587. OLE color: 534587.

HSL color Cylindrical-coordinate representation of color #3B2808: hue angle of 37.65º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B2808 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB59408-
CMYK00.320.860.77
HSL37.65º76.12%13.14%-
HSV(B)37.65º86.44%23.14%-
XYZ2.612.460.57-
YUV42.03108.79140.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=55.14%
G=37.38%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5940800.320.860.7737.6576.1213.14
Hex3B288020564D264cd
Octal7350100401261154611415
Binary111011101000100001000001010110100110110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2808; }

 p { color: rgb(59,40,8); }

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

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

 a { background-color: rgb(59,40,8); }

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

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

 span { border-color: rgb(59,40,8); }

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