#30130B

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

Shades of Seal Brown #30130B

Tints of Seal Brown #30130B

Color information

#30130B (or 0x30130B) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 0B. RGB value is (48,19,11). Sum of RGB (Red+Green+Blue) = 48+19+11=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130B is #CFECF4. Grayscale: #1A1A1A. Windows color (decimal): -13626613 or 725808. OLE color: 725808.

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

Color convert

RGB481911-
CMYK00.600.770.81
HSL12.97º62.71%11.57%-
HSV(B)12.97º77.08%18.82%-
XYZ1.511.120.45-
YUV26.76119.11143.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=61.54%
G=24.36%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48191100.600.770.8112.9762.7111.57
Hex3013B03C4D51d3fc
Octal602313074115121157714
Binary11000010011101101111001001101101000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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