#301111

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

Shades of Seal Brown #301111

Tints of Seal Brown #301111

Color information

#301111 (or 0x301111) is unknown color: approx Seal Brown. HEX triplet: 30, 11 and 11. RGB value is (48,17,17). Sum of RGB (Red+Green+Blue) = 48+17+17=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #301111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301111 is #CFEEEE. Grayscale: #1A1A1A. Windows color (decimal): -13627119 or 1118512. OLE color: 1118512.

HSL color Cylindrical-coordinate representation of color #301111: hue angle of 0º 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 #301111 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB481717-
CMYK00.650.650.81
HSL47.69%12.75%-
HSV(B)64.58%18.82%-
XYZ1.521.070.66-
YUV26.27122.77143.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=58.54%
G=20.73%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48171700.650.650.81047.6912.75
Hex3011110414151030d
Octal602121010110112106015
Binary1100001000110001010000011000001101000101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301111; }

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

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

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

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

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

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

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

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