Html Css Color HEX #2E2619 Black Magic

📋 copy color: '#2E2619'

red 46 ◦ green 38 ◦ blue 25

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

Shades of Black Magic #2E2619

Tints of Black Magic #2E2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 42.2%
G = 34.86%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#2E2619 (or 0x2E2619) is known color: Black Magic. HEX triplet: 2E, 26 and 19. RGB value is (46,38,25). Sum of RGB (Red+Green+Blue) = 46+38+25=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2619 is #D1D9E6. Grayscale: #262626. Windows color (decimal): -13752807 or 1648174. OLE color: 1648174.

HSL color Cylindrical-coordinate representation of color #2E2619: hue angle of 37.14º 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 #2E2619 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 38 25 -
CMYK 0 0.17 0.46 0.82
HSL 37.14º 0.3% 0.14% -
HSV(B) 37.14º 0.46% 0.18% -
XYZ 2 2.04 1.21 -
YUV 38.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 46 38 25 0 0.17 0.46 0.82 37.14 0.3 0.14
Hex 2E 26 19 0 11 2E 52 25 1E E
Octal 56 46 31 0 21 56 122 45 36 16
Binary 101110 100110 11001 0 10001 101110 1010010 100101 11110 1110

Color Harmonies of #2E2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2619

Black with #2E2619

Text Example


Text Example

White with #2E2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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