#3B2905

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

Shades of Black Magic #3B2905

Tints of Black Magic #3B2905

Color information

#3B2905 (or 0x3B2905) is unknown color: approx Black Magic. HEX triplet: 3B, 29 and 05. RGB value is (59,41,5). Sum of RGB (Red+Green+Blue) = 59+41+5=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2905 is #C4D6FA. Grayscale: #2A2A2A. Windows color (decimal): -12900091 or 338235. OLE color: 338235.

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

Color convert

RGB59415-
CMYK00.310.920.77
HSL40º84.38%12.55%-
HSV(B)40º91.53%23.14%-
XYZ2.622.530.49-
YUV42.28106.96139.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 56.19%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=56.19%
G=39.05%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5941500.310.920.774084.3812.55
Hex3B29501F5C4D2854d
Octal735150371341155012415
Binary1110111010011010111111011100100110110100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,5); }

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

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

 a { background-color: rgb(59,41,5); }

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

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

 span { border-color: rgb(59,41,5); }

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