Html Css Color HEX #2B1B19 Seal Brown

📋 copy color: '#2B1B19'

red 43 ◦ green 27 ◦ blue 25

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

Shades of Seal Brown #2B1B19

Tints of Seal Brown #2B1B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.42%

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

R = 45.26%
G = 28.42%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.83

RGB Variations

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

Color information

#2B1B19 (or 0x2B1B19) is known color: Seal Brown. HEX triplet: 2B, 1B and 19. RGB value is (43,27,25). Sum of RGB (Red+Green+Blue) = 43+27+25=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1B19 is #D4E4E6. Grayscale: #1F1F1F. Windows color (decimal): -13952231 or 1645355. OLE color: 1645355.

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

Color convert

RGB 43 27 25 -
CMYK 0 0.37 0.42 0.83
HSL 6.67º 0.26% 0.13% -
HSV(B) 6.67º 0.42% 0.17% -
XYZ 1.56 1.37 1.1 -
YUV 31.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 43 27 25 0 0.37 0.42 0.83 6.67 0.26 0.13
Hex 2B 1B 19 0 25 2A 53 7 1A D
Octal 53 33 31 0 45 52 123 7 32 15
Binary 101011 11011 11001 0 100101 101010 1010011 111 11010 1101

Color Harmonies of #2B1B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1B19

Black with #2B1B19

Text Example


Text Example

White with #2B1B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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