#2A2825

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

Shades of Black Magic #2A2825

Tints of Black Magic #2A2825

Color information

#2A2825 (or 0x2A2825) is unknown color: approx Black Magic. HEX triplet: 2A, 28 and 25. RGB value is (42,40,37). Sum of RGB (Red+Green+Blue) = 42+40+37=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2825 is #D5D7DA. Grayscale: #282828. Windows color (decimal): -14014427 or 2435114. OLE color: 2435114.

HSL color Cylindrical-coordinate representation of color #2A2825: hue angle of 36º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A2825 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB424037-
CMYK00.050.120.84
HSL36º6.33%15.49%-
HSV(B)36º11.9%16.47%-
XYZ2.052.142.06-
YUV40.26126.16129.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=35.29%
G=33.61%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42403700.050.120.84366.3315.49
Hex2A282505C54246f
Octal525045051412444617
Binary1010101010001001010101110010101001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2825; }

 p { color: rgb(42,40,37); }

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

<style>
 a { background-color: #2A2825; }

 a { background-color: rgb(42,40,37); }

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

<style>
 span { border-color: #2A2825; }

 span { border-color: rgb(42,40,37); }

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