Html Css Color HEX #2B1813 Seal Brown

📋 copy color: '#2B1813'

red 43 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #2B1813

Tints of Seal Brown #2B1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

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

R = 50%
G = 27.91%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.83

RGB Variations

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

Color information

#2B1813 (or 0x2B1813) is known color: Seal Brown. HEX triplet: 2B, 18 and 13. RGB value is (43,24,19). Sum of RGB (Red+Green+Blue) = 43+24+19=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1813 is #D4E7EC. Grayscale: #1D1D1D. Windows color (decimal): -13953005 or 1251371. OLE color: 1251371.

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

Color convert

RGB 43 24 19 -
CMYK 0 0.44 0.56 0.83
HSL 12.5º 0.39% 0.12% -
HSV(B) 12.5º 0.56% 0.17% -
XYZ 1.44 1.21 0.77 -
YUV 29.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 43 24 19 0 0.44 0.56 0.83 12.5 0.39 0.12
Hex 2B 18 13 0 2C 38 53 C 27 C
Octal 53 30 23 0 54 70 123 14 47 14
Binary 101011 11000 10011 0 101100 111000 1010011 1100 100111 1100

Color Harmonies of #2B1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1813

Black with #2B1813

Text Example


Text Example

White with #2B1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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