#30130F

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

Shades of Seal Brown #30130F

Tints of Seal Brown #30130F

Color information

#30130F (or 0x30130F) is unknown color: approx Seal Brown. HEX triplet: 30, 13 and 0F. RGB value is (48,19,15). Sum of RGB (Red+Green+Blue) = 48+19+15=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130F is #CFECF0. Grayscale: #1B1B1B. Windows color (decimal): -13626609 or 987952. OLE color: 987952.

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

Color convert

RGB481915-
CMYK00.600.690.81
HSL7.27º52.38%12.35%-
HSV(B)7.27º68.75%18.82%-
XYZ1.541.130.59-
YUV27.22121.11142.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=58.54%
G=23.17%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48191500.600.690.817.2752.3812.35
Hex3013F03C4551734c
Octal60231707410512176414
Binary1100001001111110111100100010110100011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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