#300E0E

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

Shades of Seal Brown #300E0E

Tints of Seal Brown #300E0E

Color information

#300E0E (or 0x300E0E) is unknown color: approx Seal Brown. HEX triplet: 30, 0E and 0E. RGB value is (48,14,14). Sum of RGB (Red+Green+Blue) = 48+14+14=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E0E is #CFF1F1. Grayscale: #181818. Windows color (decimal): -13627890 or 921136. OLE color: 921136.

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

Color convert

RGB481414-
CMYK00.710.710.81
HSL54.84%12.16%-
HSV(B)70.83%18.82%-
XYZ1.460.970.53-
YUV24.17122.26145-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=63.16%
G=18.42%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48141400.710.710.81054.8412.16
Hex30EE0474751037c
Octal601616010710712106714
Binary11000011101110010001111000111101000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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