#301414

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

Shades of Seal Brown #301414

Tints of Seal Brown #301414

Color information

#301414 (or 0x301414) is unknown color: approx Seal Brown. HEX triplet: 30, 14 and 14. RGB value is (48,20,20). Sum of RGB (Red+Green+Blue) = 48+20+20=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301414 is #CFEBEB. Grayscale: #1C1C1C. Windows color (decimal): -13626348 or 1315888. OLE color: 1315888.

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

Color convert

RGB482020-
CMYK00.580.580.81
HSL41.18%13.33%-
HSV(B)58.33%18.82%-
XYZ1.61.180.81-
YUV28.37123.28142-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=54.55%
G=22.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48202000.580.580.81041.1813.33
Hex30141403A3A51029d
Octal6024240727212105115
Binary11000010100101000111010111010101000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301414; }

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

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

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

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

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

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

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

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