#301B17

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

Shades of Seal Brown #301B17

Tints of Seal Brown #301B17

Color information

#301B17 (or 0x301B17) is unknown color: approx Seal Brown. HEX triplet: 30, 1B and 17. RGB value is (48,27,23). Sum of RGB (Red+Green+Blue) = 48+27+23=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B17 is #CFE4E8. Grayscale: #202020. Windows color (decimal): -13624553 or 1514288. OLE color: 1514288.

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

Color convert

RGB482723-
CMYK00.440.520.81
HSL9.6º35.21%13.92%-
HSV(B)9.6º52.08%18.82%-
XYZ1.771.471-
YUV32.82122.46138.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=48.98%
G=27.55%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48272300.440.520.819.635.2113.92
Hex301B1702C3451a23e
Octal60332705464121124316
Binary11000011011101110101100110100101000110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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