#30130E

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

Shades of Seal Brown #30130E

Tints of Seal Brown #30130E

Color information

#30130E (or 0x30130E) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 0E. RGB value is (48,19,14). Sum of RGB (Red+Green+Blue) = 48+19+14=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130E is #CFECF1. Grayscale: #1B1B1B. Windows color (decimal): -13626610 or 922416. OLE color: 922416.

HSL color Cylindrical-coordinate representation of color #30130E: hue angle of 8.82º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30130E is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB481914-
CMYK00.600.710.81
HSL8.82º54.84%12.16%-
HSV(B)8.82º70.83%18.82%-
XYZ1.531.130.55-
YUV27.1120.61142.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=59.26%
G=23.46%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48191400.600.710.818.8254.8412.16
Hex3013E03C4751937c
Octal602316074107121116714
Binary11000010011111001111001000111101000110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30130E; }

 p { color: rgb(48,19,14); }

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

<style>
 a { background-color: #30130E; }

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

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

<style>
 span { border-color: #30130E; }

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

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