Html Css Color HEX #2E1A18 Seal Brown

📋 copy color: '#2E1A18'

red 46 ◦ green 26 ◦ blue 24

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

Shades of Seal Brown #2E1A18

Tints of Seal Brown #2E1A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

 BLUE value IS 24 (9.77% from 255) = 25%

R = 47.92%
G = 27.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.82

RGB Variations

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

Color information

#2E1A18 (or 0x2E1A18) is known color: Seal Brown. HEX triplet: 2E, 1A and 18. RGB value is (46,26,24). Sum of RGB (Red+Green+Blue) = 46+26+24=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1A18 is #D1E5E7. Grayscale: #1F1F1F. Windows color (decimal): -13755880 or 1579566. OLE color: 1579566.

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

Color convert

RGB 46 26 24 -
CMYK 0 0.43 0.48 0.82
HSL 5.45º 0.31% 0.14% -
HSV(B) 5.45º 0.48% 0.18% -
XYZ 1.66 1.39 1.04 -
YUV 31.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 46 26 24 0 0.43 0.48 0.82 5.45 0.31 0.14
Hex 2E 1A 18 0 2B 30 52 5 1F E
Octal 56 32 30 0 53 60 122 5 37 16
Binary 101110 11010 11000 0 101011 110000 1010010 101 11111 1110

Color Harmonies of #2E1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A18

Black with #2E1A18

Text Example


Text Example

White with #2E1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,26,24); }

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

background-color css

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

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

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

border-color css

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

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

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