#301E1E

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

Shades of Seal Brown #301E1E

Tints of Seal Brown #301E1E

Color information

#301E1E (or 0x301E1E) is unknown color: approx Seal Brown. HEX triplet: 30, 1E and 1E. RGB value is (48,30,30). Sum of RGB (Red+Green+Blue) = 48+30+30=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E1E is #CFE1E1. Grayscale: #232323. Windows color (decimal): -13623778 or 1973808. OLE color: 1973808.

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

Color convert

RGB483030-
CMYK00.370.370.81
HSL23.08%15.29%-
HSV(B)37.5%18.82%-
XYZ1.921.651.45-
YUV35.38124.96137-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=44.44%
G=27.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48303000.370.370.81023.0815.29
Hex301E1E0252551017f
Octal6036360454512102717
Binary1100001111011110010010110010110100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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