#34270F

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

Shades of Black Magic #34270F

Tints of Black Magic #34270F

Color information

#34270F (or 0x34270F) is unknown color: approx Black Magic. HEX triplet: 34, 27 and 0F. RGB value is (52,39,15). Sum of RGB (Red+Green+Blue) = 52+39+15=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34270F is #CBD8F0. Grayscale: #282828. Windows color (decimal): -13359345 or 993076. OLE color: 993076.

HSL color Cylindrical-coordinate representation of color #34270F: hue angle of 38.92º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34270F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB523915-
CMYK00.250.710.80
HSL38.92º55.22%13.14%-
HSV(B)38.92º71.15%20.39%-
XYZ2.232.220.76-
YUV40.15113.81136.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=49.06%
G=36.79%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52391500.250.710.8038.9255.2213.14
Hex3427F01947502737d
Octal644717031107120476715
Binary1101001001111111011001100011110100001001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34270F; }

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

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

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

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

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

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

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

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