#34291A

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

Shades of Black Magic #34291A

Tints of Black Magic #34291A

Color information

#34291A (or 0x34291A) is unknown color: approx Black Magic. HEX triplet: 34, 29 and 1A. RGB value is (52,41,26). Sum of RGB (Red+Green+Blue) = 52+41+26=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34291A is #CBD6E5. Grayscale: #2A2A2A. Windows color (decimal): -13358822 or 1714484. OLE color: 1714484.

HSL color Cylindrical-coordinate representation of color #34291A: hue angle of 34.62º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34291A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB524126-
CMYK00.210.500.80
HSL34.62º33.33%15.29%-
HSV(B)34.62º50%20.39%-
XYZ2.42.391.31-
YUV42.58118.64134.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=43.70%
G=34.45%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52412600.210.500.8034.6233.3315.29
Hex34291A01532502321f
Octal64513202562120434117
Binary1101001010011101001010111001010100001000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34291A; }

 p { color: rgb(52,41,26); }

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

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

 a { background-color: rgb(52,41,26); }

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

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

 span { border-color: rgb(52,41,26); }

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