Html Css Color HEX #2E1919 Seal Brown

📋 copy color: '#2E1919'

red 46 ◦ green 25 ◦ blue 25

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

Shades of Seal Brown #2E1919

Tints of Seal Brown #2E1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.04%

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

R = 47.92%
G = 26.04%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#2E1919 (or 0x2E1919) is known color: Seal Brown. HEX triplet: 2E, 19 and 19. RGB value is (46,25,25). Sum of RGB (Red+Green+Blue) = 46+25+25=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1919 is #D1E6E6. Grayscale: #1F1F1F. Windows color (decimal): -13756135 or 1644846. OLE color: 1644846.

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

Color convert

RGB 46 25 25 -
CMYK 0 0.46 0.46 0.82
HSL 0.3% 0.14% -
HSV(B) 0.46% 0.18% -
XYZ 1.65 1.35 1.09 -
YUV 31.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 46 25 25 0 0.46 0.46 0.82 0 0.3 0.14
Hex 2E 19 19 0 2E 2E 52 0 1E E
Octal 56 31 31 0 56 56 122 0 36 16
Binary 101110 11001 11001 0 101110 101110 1010010 0 11110 1110

Color Harmonies of #2E1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1919

Black with #2E1919

Text Example


Text Example

White with #2E1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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