Html Css Color HEX #2B1918 Seal Brown

📋 copy color: '#2B1918'

red 43 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #2B1918

Tints of Seal Brown #2B1918

RGB

 RED value IS 43 (17.19% from 255) = 46.74%

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

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

R = 46.74%
G = 27.17%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.83

RGB Variations

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

Color information

#2B1918 (or 0x2B1918) is known color: Seal Brown. HEX triplet: 2B, 19 and 18. RGB value is (43,25,24). Sum of RGB (Red+Green+Blue) = 43+25+24=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1918 is #D4E6E7. Grayscale: #1E1E1E. Windows color (decimal): -13952744 or 1579307. OLE color: 1579307.

HSL color Cylindrical-coordinate representation of color #2B1918: hue angle of 3.16º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B1918 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 25 24 -
CMYK 0 0.42 0.44 0.83
HSL 3.16º 0.28% 0.13% -
HSV(B) 3.16º 0.44% 0.17% -
XYZ 1.51 1.27 1.03 -
YUV 30.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 43 25 24 0 0.42 0.44 0.83 3.16 0.28 0.13
Hex 2B 19 18 0 2A 2C 53 3 1C D
Octal 53 31 30 0 52 54 123 3 34 15
Binary 101011 11001 11000 0 101010 101100 1010011 11 11100 1101

Color Harmonies of #2B1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1918

Black with #2B1918

Text Example


Text Example

White with #2B1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,25,24); }

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

background-color css

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

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

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

border-color css

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

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

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