#30110F

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

Shades of Seal Brown #30110F

Tints of Seal Brown #30110F

Color information

#30110F (or 0x30110F) is unknown color: approx Seal Brown. HEX triplet: 30, 11 and 0F. RGB value is (48,17,15). Sum of RGB (Red+Green+Blue) = 48+17+15=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110F is #CFEEF0. Grayscale: #1A1A1A. Windows color (decimal): -13627121 or 987440. OLE color: 987440.

HSL color Cylindrical-coordinate representation of color #30110F: hue angle of 3.64º 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 #30110F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB481715-
CMYK00.650.690.81
HSL3.64º52.38%12.35%-
HSV(B)3.64º68.75%18.82%-
XYZ1.511.060.58-
YUV26.04121.77143.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=60%
G=21.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48171500.650.690.813.6452.3812.35
Hex3011F0414551434c
Octal602117010110512146414
Binary11000010001111101000001100010110100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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