#301915

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

Shades of Seal Brown #301915

Tints of Seal Brown #301915

Color information

#301915 (or 0x301915) is unknown color: approx Seal Brown. HEX triplet: 30, 19 and 15. RGB value is (48,25,21). Sum of RGB (Red+Green+Blue) = 48+25+21=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301915 is #CFE6EA. Grayscale: #1F1F1F. Windows color (decimal): -13625067 or 1382704. OLE color: 1382704.

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

Color convert

RGB482521-
CMYK00.480.560.81
HSL8.89º39.13%13.53%-
HSV(B)8.89º56.25%18.82%-
XYZ1.71.380.89-
YUV31.42122.12139.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=51.06%
G=26.60%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48252100.480.560.818.8939.1313.53
Hex3019150303851927e
Octal60312506070121114716
Binary11000011001101010110000111000101000110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301915; }

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

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

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

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

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

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

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

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