Html Css Color HEX #2E250F Black Magic

📋 copy color: '#2E250F'

red 46 ◦ green 37 ◦ blue 15

#2E250F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #2E250F

Tints of Black Magic #2E250F

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 value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#2E250F (or 0x2E250F) is known color: 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

RGB 46 37 15 -
CMYK 0 0.20 0.67 0.82
HSL 42.58º 0.51% 0.12% -
HSV(B) 42.58º 0.67% 0.18% -
XYZ 1.87 1.94 0.73 -
YUV 37.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 46 37 15 0 0.20 0.67 0.82 42.58 0.51 0.12
Hex 2E 25 F 0 14 43 52 2B 33 C
Octal 56 45 17 0 24 103 122 53 63 14
Binary 101110 100101 1111 0 10100 1000011 1010010 101011 110011 1100

Color Harmonies of #2E250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E250F

Black with #2E250F

Text Example


Text Example

White with #2E250F

Text Example


Text Example

HTML Codes & Css Web 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>