#300E03

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

Shades of Seal Brown #300E03

Tints of Seal Brown #300E03

Color information

#300E03 (or 0x300E03) is unknown color: approx Seal Brown. HEX triplet: 30, 0E and 03. RGB value is (48,14,3). Sum of RGB (Red+Green+Blue) = 48+14+3=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #300E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E03 is #CFF1FC. Grayscale: #161616. Windows color (decimal): -13627901 or 200240. OLE color: 200240.

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

Color convert

RGB48143-
CMYK00.710.940.81
HSL14.67º88.24%10%-
HSV(B)14.67º93.75%18.82%-
XYZ1.390.950.2-
YUV22.91116.76145.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 3 (1.56% from 255) = 4.62%
R=73.85%
G=21.54%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4814300.710.940.8114.6788.2410
Hex30E30475E51f58a
Octal6016301071361211713012
Binary1100001110110100011110111101010001111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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