#301814

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

Shades of Seal Brown #301814

Tints of Seal Brown #301814

Color information

#301814 (or 0x301814) is unknown color: approx Seal Brown. HEX triplet: 30, 18 and 14. RGB value is (48,24,20). Sum of RGB (Red+Green+Blue) = 48+24+20=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301814 is #CFE7EB. Grayscale: #1E1E1E. Windows color (decimal): -13625324 or 1316912. OLE color: 1316912.

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

Color convert

RGB482420-
CMYK00.50.580.81
HSL8.57º41.18%13.33%-
HSV(B)8.57º58.33%18.82%-
XYZ1.671.330.83-
YUV30.72121.95140.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=52.17%
G=26.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48242000.50.580.818.5741.1813.33
Hex3018140323A51929d
Octal60302406272121115115
Binary11000011000101000110010111010101000110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301814; }

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

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

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

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

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

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

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

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