Html Css Color HEX #2B1C19 Seal Brown

📋 copy color: '#2B1C19'

red 43 ◦ green 28 ◦ blue 25

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

Shades of Seal Brown #2B1C19

Tints of Seal Brown #2B1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

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

R = 44.79%
G = 29.17%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.83

RGB Variations

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

Color information

#2B1C19 (or 0x2B1C19) is known color: Seal Brown. HEX triplet: 2B, 1C and 19. RGB value is (43,28,25). Sum of RGB (Red+Green+Blue) = 43+28+25=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1C19 is #D4E3E6. Grayscale: #202020. Windows color (decimal): -13951975 or 1645611. OLE color: 1645611.

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

Color convert

RGB 43 28 25 -
CMYK 0 0.35 0.42 0.83
HSL 10º 0.26% 0.13% -
HSV(B) 10º 0.42% 0.17% -
XYZ 1.59 1.41 1.11 -
YUV 32.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 43 28 25 0 0.35 0.42 0.83 10 0.26 0.13
Hex 2B 1C 19 0 23 2A 53 A 1A D
Octal 53 34 31 0 43 52 123 12 32 15
Binary 101011 11100 11001 0 100011 101010 1010011 1010 11010 1101

Color Harmonies of #2B1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1C19

Black with #2B1C19

Text Example


Text Example

White with #2B1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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