#34240B

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

Shades of Black Magic #34240B

Tints of Black Magic #34240B

Color information

#34240B (or 0x34240B) is unknown color: approx Black Magic. HEX triplet: 34, 24 and 0B. RGB value is (52,36,11). Sum of RGB (Red+Green+Blue) = 52+36+11=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34240B is #CBDBF4. Grayscale: #262626. Windows color (decimal): -13360117 or 730164. OLE color: 730164.

HSL color Cylindrical-coordinate representation of color #34240B: hue angle of 36.59º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34240B is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB523611-
CMYK00.310.790.80
HSL36.59º65.08%12.35%-
HSV(B)36.59º78.85%20.39%-
XYZ2.112.020.59-
YUV37.93112.8138.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=52.53%
G=36.36%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52361100.310.790.8036.5965.0812.35
Hex3424B01F4F502541c
Octal6444130371171204510114
Binary11010010010010110111111001111101000010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,36,11); }

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

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

 a { background-color: rgb(52,36,11); }

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

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

 span { border-color: rgb(52,36,11); }

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