#35270A

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

Shades of Black Magic #35270A

Tints of Black Magic #35270A

Color information

#35270A (or 0x35270A) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 0A. RGB value is (53,39,10). Sum of RGB (Red+Green+Blue) = 53+39+10=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35270A is #CAD8F5. Grayscale: #282828. Windows color (decimal): -13293814 or 665397. OLE color: 665397.

HSL color Cylindrical-coordinate representation of color #35270A: hue angle of 40.47º 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 #35270A is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB533910-
CMYK00.260.810.79
HSL40.47º68.25%12.35%-
HSV(B)40.47º81.13%20.78%-
XYZ2.252.230.6-
YUV39.88111.14137.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=51.96%
G=38.24%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53391000.260.810.7940.4768.2512.35
Hex3527A01A514F2844c
Octal6547120321211175010414
Binary11010110011110100110101010001100111110100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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