#3B1515

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

Shades of Seal Brown #3B1515

Tints of Seal Brown #3B1515

Color information

#3B1515 (or 0x3B1515) is unknown color: approx Seal Brown. HEX triplet: 3B, 15 and 15. RGB value is (59,21,21). Sum of RGB (Red+Green+Blue) = 59+21+21=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1515 is #C4EAEA. Grayscale: #202020. Windows color (decimal): -12905195 or 1381691. OLE color: 1381691.

HSL color Cylindrical-coordinate representation of color #3B1515: hue angle of 0º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1515 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB592121-
CMYK00.640.640.77
HSL47.5%15.69%-
HSV(B)64.41%23.14%-
XYZ2.211.520.89-
YUV32.36121.59147-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 58.42%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=58.42%
G=20.79%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59212100.640.640.77047.515.69
Hex3B1515040404D03010
Octal732525010010011506020
Binary11101110101101010100000010000001001101011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1515; }

 p { color: rgb(59,21,21); }

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

<style>
 a { background-color: #3B1515; }

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

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

<style>
 span { border-color: #3B1515; }

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

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