#301C19

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

Shades of Seal Brown #301C19

Tints of Seal Brown #301C19

Color information

#301C19 (or 0x301C19) is unknown color: approx Seal Brown. HEX triplet: 30, 1C and 19. RGB value is (48,28,25). Sum of RGB (Red+Green+Blue) = 48+28+25=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C19 is #CFE3E6. Grayscale: #212121. Windows color (decimal): -13624295 or 1645616. OLE color: 1645616.

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

Color convert

RGB482825-
CMYK00.420.480.81
HSL7.83º31.51%14.31%-
HSV(B)7.83º47.92%18.82%-
XYZ1.811.531.12-
YUV33.64123.13138.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=47.52%
G=27.72%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48282500.420.480.817.8331.5114.31
Hex301C1902A3051820e
Octal60343105260121104016
Binary11000011100110010101010110000101000110001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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