#35260C

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

Shades of Black Magic #35260C

Tints of Black Magic #35260C

Color information

#35260C (or 0x35260C) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 0C. RGB value is (53,38,12). Sum of RGB (Red+Green+Blue) = 53+38+12=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35260C is #CAD9F3. Grayscale: #272727. Windows color (decimal): -13294068 or 796213. OLE color: 796213.

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

Color convert

RGB533812-
CMYK00.280.770.79
HSL38.05º63.08%12.75%-
HSV(B)38.05º77.36%20.78%-
XYZ2.232.170.65-
YUV39.52112.47137.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=51.46%
G=36.89%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53381200.280.770.7938.0563.0812.75
Hex3526C01C4D4F263fd
Octal654614034115117467715
Binary1101011001101100011100100110110011111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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