Html Css Color HEX #2B1713 Seal Brown

📋 copy color: '#2B1713'

red 43 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #2B1713

Tints of Seal Brown #2B1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.06%

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 50.59%
G = 27.06%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.83

RGB Variations

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

Color information

#2B1713 (or 0x2B1713) is known color: Seal Brown. HEX triplet: 2B, 17 and 13. RGB value is (43,23,19). Sum of RGB (Red+Green+Blue) = 43+23+19=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1713 is #D4E8EC. Grayscale: #1C1C1C. Windows color (decimal): -13953261 or 1251115. OLE color: 1251115.

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

Color convert

RGB 43 23 19 -
CMYK 0 0.47 0.56 0.83
HSL 10º 0.39% 0.12% -
HSV(B) 10º 0.56% 0.17% -
XYZ 1.42 1.17 0.77 -
YUV 28.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 43 23 19 0 0.47 0.56 0.83 10 0.39 0.12
Hex 2B 17 13 0 2F 38 53 A 27 C
Octal 53 27 23 0 57 70 123 12 47 14
Binary 101011 10111 10011 0 101111 111000 1010011 1010 100111 1100

Color Harmonies of #2B1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1713

Black with #2B1713

Text Example


Text Example

White with #2B1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,23,19); }

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

background-color css

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

 a { background-color: rgb(43,23,19); }

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

border-color css

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

 span { border-color: rgb(43,23,19); }

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