#35250A

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

Shades of Black Magic #35250A

Tints of Black Magic #35250A

Color information

#35250A (or 0x35250A) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 0A. RGB value is (53,37,10). Sum of RGB (Red+Green+Blue) = 53+37+10=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250A is #CADAF5. Grayscale: #262626. Windows color (decimal): -13294326 or 664885. OLE color: 664885.

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

Color convert

RGB533710-
CMYK00.300.810.79
HSL37.67º68.25%12.35%-
HSV(B)37.67º81.13%20.78%-
XYZ2.182.10.58-
YUV38.71111.8138.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 10 (4.30% from 255) = 10%
R=53%
G=37%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53371000.300.810.7937.6768.2512.35
Hex3525A01E514F2644c
Octal6545120361211174610414
Binary11010110010110100111101010001100111110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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