#301913

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

Shades of Seal Brown #301913

Tints of Seal Brown #301913

Color information

#301913 (or 0x301913) is unknown color: approx Seal Brown. HEX triplet: 30, 19 and 13. RGB value is (48,25,19). Sum of RGB (Red+Green+Blue) = 48+25+19=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301913 is #CFE6EC. Grayscale: #1F1F1F. Windows color (decimal): -13625069 or 1251632. OLE color: 1251632.

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

Color convert

RGB482519-
CMYK00.480.600.81
HSL12.41º43.28%13.14%-
HSV(B)12.41º60.42%18.82%-
XYZ1.681.370.79-
YUV31.19121.12139.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=52.17%
G=27.17%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48251900.480.600.8112.4143.2813.14
Hex3019130303C51c2bd
Octal60312306074121145315
Binary11000011001100110110000111100101000111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301913; }

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

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

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

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

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

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

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

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