#301311

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

Shades of Seal Brown #301311

Tints of Seal Brown #301311

Color information

#301311 (or 0x301311) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 11. RGB value is (48,19,17). Sum of RGB (Red+Green+Blue) = 48+19+17=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301311 is #CFECEE. Grayscale: #1B1B1B. Windows color (decimal): -13626607 or 1119024. OLE color: 1119024.

HSL color Cylindrical-coordinate representation of color #301311: hue angle of 3.87º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301311 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB481917-
CMYK00.600.650.81
HSL3.87º47.69%12.75%-
HSV(B)3.87º64.58%18.82%-
XYZ1.551.130.67-
YUV27.44122.11142.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=57.14%
G=22.62%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48191700.600.650.813.8747.6912.75
Hex30131103C4151430d
Octal60232107410112146015
Binary11000010011100010111100100000110100011001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301311; }

 p { color: rgb(48,19,17); }

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

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

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

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

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

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

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