#2A1313

Color #2A1313 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #2A1313

Tints of Seal Brown #2A1313

Color information

#2A1313 (or 0x2A1313) is unknown color: approx Seal Brown. HEX triplet: 2A, 13 and 13. RGB value is (42,19,19). Sum of RGB (Red+Green+Blue) = 42+19+19=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1313 is #D5ECEC. Grayscale: #191919. Windows color (decimal): -14019821 or 1250090. OLE color: 1250090.

HSL color Cylindrical-coordinate representation of color #2A1313: hue angle of 0º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1313 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB421919-
CMYK00.550.550.84
HSL37.7%11.96%-
HSV(B)54.76%16.47%-
XYZ1.311.010.74-
YUV25.88124.12139.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 52.5%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=52.5%
G=23.75%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42191900.550.550.84037.711.96
Hex2A13130373754026c
Octal5223230676712404614
Binary10101010011100110110111110111101010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,19); }

 H1.HeaderClassName
 {
   color: #2A1313;
 }
 .AnyTagClassName
 {
   color: #2A1313;
 }
</style>
background-color css

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

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

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

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

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

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