#3A2702

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

Shades of Black Magic #3A2702

Tints of Black Magic #3A2702

Color information

#3A2702 (or 0x3A2702) is unknown color: approx Black Magic. HEX triplet: 3A, 27 and 02. RGB value is (58,39,2). Sum of RGB (Red+Green+Blue) = 58+39+2=99 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58.59% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2702 is #C5D8FD. Grayscale: #282828. Windows color (decimal): -12966142 or 141114. OLE color: 141114.

HSL color Cylindrical-coordinate representation of color #3A2702: hue angle of 39.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A2702 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB58392-
CMYK00.330.970.77
HSL39.64º93.33%11.76%-
HSV(B)39.64º96.55%22.75%-
XYZ2.482.350.38-
YUV40.46106.29140.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 58.59%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=58.59%
G=39.39%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5839200.330.970.7739.6493.3311.76
Hex3A272021614D285dc
Octal724720411411155013514
Binary1110101001111001000011100001100110110100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,2); }

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

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

 a { background-color: rgb(58,39,2); }

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

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

 span { border-color: rgb(58,39,2); }

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