#301312

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

Shades of Seal Brown #301312

Tints of Seal Brown #301312

Color information

#301312 (or 0x301312) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 12. RGB value is (48,19,18). Sum of RGB (Red+Green+Blue) = 48+19+18=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301312 is #CFECED. Grayscale: #1B1B1B. Windows color (decimal): -13626606 or 1184560. OLE color: 1184560.

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

Color convert

RGB481918-
CMYK00.600.630.81
HSL45.45%12.94%-
HSV(B)62.5%18.82%-
XYZ1.561.140.71-
YUV27.56122.61142.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=56.47%
G=22.35%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48191800.600.630.81245.4512.94
Hex30131203C3F5122dd
Octal6023220747712125515
Binary110000100111001001111001111111010001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301312; }

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

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

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

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

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

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

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

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