#3A2F1A

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

Shades of Black Magic #3A2F1A

Tints of Black Magic #3A2F1A

Color information

#3A2F1A (or 0x3A2F1A) is unknown color: approx Black Magic. HEX triplet: 3A, 2F and 1A. RGB value is (58,47,26). Sum of RGB (Red+Green+Blue) = 58+47+26=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F1A is #C5D0E5. Grayscale: #2F2F2F. Windows color (decimal): -12964070 or 1716026. OLE color: 1716026.

HSL color Cylindrical-coordinate representation of color #3A2F1A: hue angle of 39.38º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A2F1A is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB584726-
CMYK00.190.550.77
HSL39.38º38.1%16.47%-
HSV(B)39.38º55.17%22.75%-
XYZ2.953.011.4-
YUV47.9115.64135.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=44.27%
G=35.88%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58472600.190.550.7739.3838.116.47
Hex3A2F1A013374D272610
Octal72573202367115474620
Binary11101010111111010010011110111100110110011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,26); }

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

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

 a { background-color: rgb(58,47,26); }

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

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

 span { border-color: rgb(58,47,26); }

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