#2E250F

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

Shades of Black Magic #2E250F

Tints of Black Magic #2E250F

Color information

#2E250F (or 0x2E250F) is unknown color: approx Black Magic. HEX triplet: 2E, 25 and 0F. RGB value is (46,37,15). Sum of RGB (Red+Green+Blue) = 46+37+15=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E250F is #D1DAF0. Grayscale: #252525. Windows color (decimal): -13753073 or 992558. OLE color: 992558.

HSL color Cylindrical-coordinate representation of color #2E250F: hue angle of 42.58º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E250F is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB463715-
CMYK00.200.670.82
HSL42.58º50.82%11.96%-
HSV(B)42.58º67.39%18.04%-
XYZ1.871.940.73-
YUV37.18115.48134.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.94%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=46.94%
G=37.76%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46371500.200.670.8242.5850.8211.96
Hex2E25F01443522b33c
Octal564517024103122536314
Binary1011101001011111010100100001110100101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,15); }

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

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

 a { background-color: rgb(46,37,15); }

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

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

 span { border-color: rgb(46,37,15); }

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