#301815

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

Shades of Seal Brown #301815

Tints of Seal Brown #301815

Color information

#301815 (or 0x301815) is unknown color: approx Seal Brown. HEX triplet: 30, 18 and 15. RGB value is (48,24,21). Sum of RGB (Red+Green+Blue) = 48+24+21=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301815 is #CFE7EA. Grayscale: #1E1E1E. Windows color (decimal): -13625323 or 1382448. OLE color: 1382448.

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

Color convert

RGB482421-
CMYK00.50.560.81
HSL6.67º39.13%13.53%-
HSV(B)6.67º56.25%18.82%-
XYZ1.681.340.88-
YUV30.83122.45140.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=51.61%
G=25.81%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48242100.50.560.816.6739.1313.53
Hex3018150323851727e
Octal6030250627012174716
Binary1100001100010101011001011100010100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301815; }

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

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

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

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

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

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

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

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