#301C1C

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

Shades of Seal Brown #301C1C

Tints of Seal Brown #301C1C

Color information

#301C1C (or 0x301C1C) is unknown color: approx Seal Brown. HEX triplet: 30, 1C and 1C. RGB value is (48,28,28). Sum of RGB (Red+Green+Blue) = 48+28+28=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C1C is #CFE3E3. Grayscale: #222222. Windows color (decimal): -13624292 or 1842224. OLE color: 1842224.

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

Color convert

RGB482828-
CMYK00.420.420.81
HSL26.32%14.9%-
HSV(B)41.67%18.82%-
XYZ1.841.541.3-
YUV33.98124.63138-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=46.15%
G=26.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48282800.420.420.81026.3214.9
Hex301C1C02A2A5101af
Octal6034340525212103217
Binary1100001110011100010101010101010100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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