#301A15

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

Shades of Seal Brown #301A15

Tints of Seal Brown #301A15

Color information

#301A15 (or 0x301A15) is unknown color: approx Seal Brown. HEX triplet: 30, 1A and 15. RGB value is (48,26,21). Sum of RGB (Red+Green+Blue) = 48+26+21=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A15 is #CFE5EA. Grayscale: #202020. Windows color (decimal): -13624811 or 1382960. OLE color: 1382960.

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

Color convert

RGB482621-
CMYK00.460.560.81
HSL11.11º39.13%13.53%-
HSV(B)11.11º56.25%18.82%-
XYZ1.721.420.89-
YUV32.01121.79139.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=50.53%
G=27.37%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262100.460.560.8111.1139.1313.53
Hex301A1502E3851b27e
Octal60322505670121134716
Binary11000011010101010101110111000101000110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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