Html Css Color HEX #2B1615 Seal Brown

📋 copy color: '#2B1615'

red 43 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #2B1615

Tints of Seal Brown #2B1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.58%

 BLUE value IS 21 (8.59% from 255) = 24.42%

R = 50%
G = 25.58%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#2B1615 (or 0x2B1615) is known color: Seal Brown. HEX triplet: 2B, 16 and 15. RGB value is (43,22,21). Sum of RGB (Red+Green+Blue) = 43+22+21=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1615 is #D4E9EA. Grayscale: #1C1C1C. Windows color (decimal): -13953515 or 1381931. OLE color: 1381931.

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

Color convert

RGB 43 22 21 -
CMYK 0 0.49 0.51 0.83
HSL 2.73º 0.34% 0.13% -
HSV(B) 2.73º 0.51% 0.17% -
XYZ 1.42 1.14 0.86 -
YUV 28.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 43 22 21 0 0.49 0.51 0.83 2.73 0.34 0.13
Hex 2B 16 15 0 31 33 53 3 22 D
Octal 53 26 25 0 61 63 123 3 42 15
Binary 101011 10110 10101 0 110001 110011 1010011 11 100010 1101

Color Harmonies of #2B1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1615

Black with #2B1615

Text Example


Text Example

White with #2B1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,22,21); }

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

background-color css

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

 a { background-color: rgb(43,22,21); }

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

border-color css

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

 span { border-color: rgb(43,22,21); }

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