#32250C

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

Shades of Black Magic #32250C

Tints of Black Magic #32250C

Color information

#32250C (or 0x32250C) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 0C. RGB value is (50,37,12). Sum of RGB (Red+Green+Blue) = 50+37+12=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #32250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32250C is #CDDAF3. Grayscale: #262626. Windows color (decimal): -13490932 or 795954. OLE color: 795954.

HSL color Cylindrical-coordinate representation of color #32250C: hue angle of 39.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32250C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB503712-
CMYK00.260.760.80
HSL39.47º61.29%12.16%-
HSV(B)39.47º76%19.61%-
XYZ2.042.030.63-
YUV38.04113.31136.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=50.51%
G=37.37%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50371200.260.760.8039.4761.2912.16
Hex3225C01A4C50273dc
Octal624514032114120477514
Binary1100101001011100011010100110010100001001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32250C; }

 p { color: rgb(50,37,12); }

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

<style>
 a { background-color: #32250C; }

 a { background-color: rgb(50,37,12); }

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

<style>
 span { border-color: #32250C; }

 span { border-color: rgb(50,37,12); }

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