#35250C

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

Shades of Black Magic #35250C

Tints of Black Magic #35250C

Color information

#35250C (or 0x35250C) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 0C. RGB value is (53,37,12). Sum of RGB (Red+Green+Blue) = 53+37+12=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250C is #CADAF3. Grayscale: #272727. Windows color (decimal): -13294324 or 795957. OLE color: 795957.

HSL color Cylindrical-coordinate representation of color #35250C: hue angle of 36.59º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35250C is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB533712-
CMYK00.300.770.79
HSL36.59º63.08%12.75%-
HSV(B)36.59º77.36%20.78%-
XYZ2.22.110.64-
YUV38.93112.8138.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=51.96%
G=36.27%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53371200.300.770.7936.5963.0812.75
Hex3525C01E4D4F253fd
Octal654514036115117457715
Binary1101011001011100011110100110110011111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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