#2D2A25

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

Shades of Black Magic #2D2A25

Tints of Black Magic #2D2A25

Color information

#2D2A25 (or 0x2D2A25) is unknown color: approx Black Magic. HEX triplet: 2D, 2A and 25. RGB value is (45,42,37). Sum of RGB (Red+Green+Blue) = 45+42+37=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2A25 is #D2D5DA. Grayscale: #2A2A2A. Windows color (decimal): -13817307 or 2435629. OLE color: 2435629.

HSL color Cylindrical-coordinate representation of color #2D2A25: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D2A25 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB454237-
CMYK00.070.180.82
HSL37.5º9.76%16.08%-
HSV(B)37.5º17.78%17.65%-
XYZ2.242.352.09-
YUV42.33124.99129.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.29%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=36.29%
G=33.87%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45423700.070.180.8237.59.7616.08
Hex2D2A2507125226a10
Octal5552450722122461220
Binary1011011010101001010111100101010010100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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