#301A19

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

Shades of Seal Brown #301A19

Tints of Seal Brown #301A19

Color information

#301A19 (or 0x301A19) is unknown color: approx Seal Brown. HEX triplet: 30, 1A and 19. RGB value is (48,26,25). Sum of RGB (Red+Green+Blue) = 48+26+25=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A19 is #CFE5E6. Grayscale: #202020. Windows color (decimal): -13624807 or 1645104. OLE color: 1645104.

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

Color convert

RGB482625-
CMYK00.460.480.81
HSL2.61º31.51%14.31%-
HSV(B)2.61º47.92%18.82%-
XYZ1.761.441.1-
YUV32.46123.79139.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=48.48%
G=26.26%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262500.460.480.812.6131.5114.31
Hex301A1902E3051320e
Octal6032310566012134016
Binary110000110101100101011101100001010001111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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