#342711

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

Shades of Black Magic #342711

Tints of Black Magic #342711

Color information

#342711 (or 0x342711) is unknown color: approx Black Magic. HEX triplet: 34, 27 and 11. RGB value is (52,39,17). Sum of RGB (Red+Green+Blue) = 52+39+17=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342711 is #CBD8EE. Grayscale: #282828. Windows color (decimal): -13359343 or 1124148. OLE color: 1124148.

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

Color convert

RGB523917-
CMYK00.250.670.80
HSL37.71º50.72%13.53%-
HSV(B)37.71º67.31%20.39%-
XYZ2.242.220.84-
YUV40.38114.81136.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=48.15%
G=36.11%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52391700.250.670.8037.7150.7213.53
Hex34271101943502633e
Octal644721031103120466316
Binary11010010011110001011001100001110100001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342711; }

 p { color: rgb(52,39,17); }

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

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

 a { background-color: rgb(52,39,17); }

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

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

 span { border-color: rgb(52,39,17); }

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