#34250F

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

Shades of Black Magic #34250F

Tints of Black Magic #34250F

Color information

#34250F (or 0x34250F) is unknown color: approx Black Magic. HEX triplet: 34, 25 and 0F. RGB value is (52,37,15). Sum of RGB (Red+Green+Blue) = 52+37+15=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34250F is #CBDAF0. Grayscale: #272727. Windows color (decimal): -13359857 or 992564. OLE color: 992564.

HSL color Cylindrical-coordinate representation of color #34250F: hue angle of 35.68º 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 #34250F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB523715-
CMYK00.290.710.80
HSL35.68º55.22%13.14%-
HSV(B)35.68º71.15%20.39%-
XYZ2.162.090.74-
YUV38.98114.47137.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=50%
G=35.58%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52371500.290.710.8035.6855.2213.14
Hex3425F01D47502437d
Octal644517035107120446715
Binary1101001001011111011101100011110100001001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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