#301A18

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

Shades of Seal Brown #301A18

Tints of Seal Brown #301A18

Color information

#301A18 (or 0x301A18) is unknown color: approx Seal Brown. HEX triplet: 30, 1A and 18. RGB value is (48,26,24). Sum of RGB (Red+Green+Blue) = 48+26+24=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A18 is #CFE5E7. Grayscale: #202020. Windows color (decimal): -13624808 or 1579568. OLE color: 1579568.

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

Color convert

RGB482624-
CMYK00.460.50.81
HSL33.33%14.12%-
HSV(B)50%18.82%-
XYZ1.751.431.05-
YUV32.35123.29139.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=48.98%
G=26.53%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262400.460.50.81533.3314.12
Hex301A1802E3251521e
Octal6032300566212154116
Binary1100001101011000010111011001010100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A18; }

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

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

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

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

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

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

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

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