#34291B

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

Shades of Black Magic #34291B

Tints of Black Magic #34291B

Color information

#34291B (or 0x34291B) is unknown color: approx Black Magic. HEX triplet: 34, 29 and 1B. RGB value is (52,41,27). Sum of RGB (Red+Green+Blue) = 52+41+27=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34291B is #CBD6E4. Grayscale: #2A2A2A. Windows color (decimal): -13358821 or 1780020. OLE color: 1780020.

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

Color convert

RGB524127-
CMYK00.210.480.80
HSL33.6º31.65%15.49%-
HSV(B)33.6º48.08%20.39%-
XYZ2.412.41.37-
YUV42.69119.14134.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=43.33%
G=34.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52412700.210.480.8033.631.6515.49
Hex34291B01530502220f
Octal64513302560120424017
Binary1101001010011101101010111000010100001000101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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