#301D1C

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

Shades of Seal Brown #301D1C

Tints of Seal Brown #301D1C

Color information

#301D1C (or 0x301D1C) is unknown color: approx Seal Brown. HEX triplet: 30, 1D and 1C. RGB value is (48,29,28). Sum of RGB (Red+Green+Blue) = 48+29+28=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D1C is #CFE2E3. Grayscale: #222222. Windows color (decimal): -13624036 or 1842480. OLE color: 1842480.

HSL color Cylindrical-coordinate representation of color #301D1C: hue angle of 3º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301D1C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB482928-
CMYK00.400.420.81
HSL26.32%14.9%-
HSV(B)41.67%18.82%-
XYZ1.871.591.31-
YUV34.57124.29137.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=45.71%
G=27.62%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48292800.400.420.81326.3214.9
Hex301D1C0282A5131af
Octal6035340505212133217
Binary11000011101111000101000101010101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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