#30150B

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

Shades of Seal Brown #30150B

Tints of Seal Brown #30150B

Color information

#30150B (or 0x30150B) is unknown color: approx Seal Brown. HEX triplet: 30, 15 and 0B. RGB value is (48,21,11). Sum of RGB (Red+Green+Blue) = 48+21+11=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150B is #CFEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13626101 or 726320. OLE color: 726320.

HSL color Cylindrical-coordinate representation of color #30150B: hue angle of 16.22º 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 #30150B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB482111-
CMYK00.560.770.81
HSL16.22º62.71%11.57%-
HSV(B)16.22º77.08%18.82%-
XYZ1.551.190.46-
YUV27.93118.45142.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=60%
G=26.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48211100.560.770.8116.2262.7111.57
Hex3015B0384D51103fc
Octal602513070115121207714
Binary110000101011011011100010011011010001100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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