#301D1B

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

Shades of Seal Brown #301D1B

Tints of Seal Brown #301D1B

Color information

#301D1B (or 0x301D1B) is unknown color: approx Seal Brown. HEX triplet: 30, 1D and 1B. RGB value is (48,29,27). Sum of RGB (Red+Green+Blue) = 48+29+27=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D1B is #CFE2E4. Grayscale: #222222. Windows color (decimal): -13624037 or 1776944. OLE color: 1776944.

HSL color Cylindrical-coordinate representation of color #301D1B: hue angle of 5.71º 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 #301D1B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB482927-
CMYK00.400.440.81
HSL5.71º28%14.71%-
HSV(B)5.71º43.75%18.82%-
XYZ1.861.591.25-
YUV34.45123.79137.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=46.15%
G=27.88%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48292700.400.440.815.712814.71
Hex301D1B0282C5161cf
Octal6035330505412163417
Binary110000111011101101010001011001010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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