#301E1B

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

Shades of Seal Brown #301E1B

Tints of Seal Brown #301E1B

Color information

#301E1B (or 0x301E1B) is unknown color: approx Seal Brown. HEX triplet: 30, 1E and 1B. RGB value is (48,30,27). Sum of RGB (Red+Green+Blue) = 48+30+27=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E1B is #CFE1E4. Grayscale: #232323. Windows color (decimal): -13623781 or 1777200. OLE color: 1777200.

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

Color convert

RGB483027-
CMYK00.370.440.81
HSL8.57º28%14.71%-
HSV(B)8.57º43.75%18.82%-
XYZ1.881.641.25-
YUV35.04123.46137.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=45.71%
G=28.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48302700.370.440.818.572814.71
Hex301E1B0252C5191cf
Octal60363304554121113417
Binary1100001111011011010010110110010100011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,27); }

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

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

 a { background-color: rgb(48,30,27); }

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

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

 span { border-color: rgb(48,30,27); }

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