#342812

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

Shades of Black Magic #342812

Tints of Black Magic #342812

Color information

#342812 (or 0x342812) is unknown color: approx Black Magic. HEX triplet: 34, 28 and 12. RGB value is (52,40,18). Sum of RGB (Red+Green+Blue) = 52+40+18=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342812 is #CBD7ED. Grayscale: #292929. Windows color (decimal): -13359086 or 1189940. OLE color: 1189940.

HSL color Cylindrical-coordinate representation of color #342812: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342812 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB524018-
CMYK00.230.650.80
HSL38.82º48.57%13.73%-
HSV(B)38.82º65.38%20.39%-
XYZ2.282.290.89-
YUV41.08114.98135.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=47.27%
G=36.36%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52401800.230.650.8038.8248.5713.73
Hex34281201741502731e
Octal645022027101120476116
Binary11010010100010010010111100000110100001001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342812; }

 p { color: rgb(52,40,18); }

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

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

 a { background-color: rgb(52,40,18); }

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

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

 span { border-color: rgb(52,40,18); }

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