Html Css Color HEX #2E2719 Black Magic

📋 copy color: '#2E2719'

red 46 ◦ green 39 ◦ blue 25

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

Shades of Black Magic #2E2719

Tints of Black Magic #2E2719

RGB

 RED value IS 46 (18.36% from 255) = 41.82%

 GREEN value IS 39 (15.63% from 255) = 35.45%

 BLUE value IS 25 (10.16% from 255) = 22.73%

R = 41.82%
G = 35.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#2E2719 (or 0x2E2719) is known color: Black Magic. HEX triplet: 2E, 27 and 19. RGB value is (46,39,25). Sum of RGB (Red+Green+Blue) = 46+39+25=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2719 is #D1D8E6. Grayscale: #272727. Windows color (decimal): -13752551 or 1648430. OLE color: 1648430.

HSL color Cylindrical-coordinate representation of color #2E2719: hue angle of 40º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E2719 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 39 25 -
CMYK 0 0.15 0.46 0.82
HSL 40º 0.3% 0.14% -
HSV(B) 40º 0.46% 0.18% -
XYZ 2.03 2.1 1.22 -
YUV 39.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 46 39 25 0 0.15 0.46 0.82 40 0.3 0.14
Hex 2E 27 19 0 F 2E 52 28 1E E
Octal 56 47 31 0 17 56 122 50 36 16
Binary 101110 100111 11001 0 1111 101110 1010010 101000 11110 1110

Color Harmonies of #2E2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2719

Black with #2E2719

Text Example


Text Example

White with #2E2719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,39,25); }

 H1.HeaderClassName
 {
   color: #2E2719;
 }
 .AnyTagClassName
 {
   color: #2E2719;
 }
</style>

background-color css

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

 a { background-color: rgb(46,39,25); }

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

border-color css

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

 span { border-color: rgb(46,39,25); }

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