#34250B

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

Shades of Black Magic #34250B

Tints of Black Magic #34250B

Color information

#34250B (or 0x34250B) is unknown color: approx Black Magic. HEX triplet: 34, 25 and 0B. RGB value is (52,37,11). Sum of RGB (Red+Green+Blue) = 52+37+11=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34250B is #CBDAF4. Grayscale: #262626. Windows color (decimal): -13359861 or 730420. OLE color: 730420.

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

Color convert

RGB523711-
CMYK00.290.790.80
HSL38.05º65.08%12.35%-
HSV(B)38.05º78.85%20.39%-
XYZ2.142.080.6-
YUV38.52112.47137.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 11 (4.69% from 255) = 11%
R=52%
G=37%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52371100.290.790.8038.0565.0812.35
Hex3425B01D4F502641c
Octal6445130351171204610114
Binary11010010010110110111011001111101000010011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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