#301413

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

Shades of Seal Brown #301413

Tints of Seal Brown #301413

Color information

#301413 (or 0x301413) is unknown color: approx Seal Brown. HEX triplet: 30, 14 and 13. RGB value is (48,20,19). Sum of RGB (Red+Green+Blue) = 48+20+19=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301413 is #CFEBEC. Grayscale: #1C1C1C. Windows color (decimal): -13626349 or 1250352. OLE color: 1250352.

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

Color convert

RGB482019-
CMYK00.580.600.81
HSL2.07º43.28%13.14%-
HSV(B)2.07º60.42%18.82%-
XYZ1.591.180.76-
YUV28.26122.78142.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=55.17%
G=22.99%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48201900.580.600.812.0743.2813.14
Hex30141303A3C5122bd
Octal6024230727412125315
Binary110000101001001101110101111001010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301413; }

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

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

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

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

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

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

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

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