#300E0B

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

Shades of Seal Brown #300E0B

Tints of Seal Brown #300E0B

Color information

#300E0B (or 0x300E0B) is unknown color: approx Seal Brown. HEX triplet: 30, 0E and 0B. RGB value is (48,14,11). Sum of RGB (Red+Green+Blue) = 48+14+11=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E0B is #CFF1F4. Grayscale: #171717. Windows color (decimal): -13627893 or 724528. OLE color: 724528.

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

Color convert

RGB481411-
CMYK00.710.770.81
HSL4.86º62.71%11.57%-
HSV(B)4.86º77.08%18.82%-
XYZ1.440.970.43-
YUV23.82120.76145.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 14 (5.86% from 255) = 19.18%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=65.75%
G=19.18%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48141100.710.770.814.8662.7111.57
Hex30EB0474D5153fc
Octal601613010711512157714
Binary1100001110101101000111100110110100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E0B; }

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

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

<style>
 a { background-color: #300E0B; }

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

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

<style>
 span { border-color: #300E0B; }

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

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