#301918

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

Shades of Seal Brown #301918

Tints of Seal Brown #301918

Color information

#301918 (or 0x301918) is unknown color: approx Seal Brown. HEX triplet: 30, 19 and 18. RGB value is (48,25,24). Sum of RGB (Red+Green+Blue) = 48+25+24=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301918 is #CFE6E7. Grayscale: #1F1F1F. Windows color (decimal): -13625064 or 1579312. OLE color: 1579312.

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

Color convert

RGB482524-
CMYK00.480.50.81
HSL2.5º33.33%14.12%-
HSV(B)2.5º50%18.82%-
XYZ1.731.391.04-
YUV31.76123.62139.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=49.48%
G=25.77%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48252400.480.50.812.533.3314.12
Hex3019180303251321e
Octal6031300606212134116
Binary110000110011100001100001100101010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301918; }

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

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

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

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

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

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

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

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