#300F03

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

Shades of Seal Brown #300F03

Tints of Seal Brown #300F03

Color information

#300F03 (or 0x300F03) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 03. RGB value is (48,15,3). Sum of RGB (Red+Green+Blue) = 48+15+3=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F03 is #CFF0FC. Grayscale: #171717. Windows color (decimal): -13627645 or 200496. OLE color: 200496.

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

Color convert

RGB48153-
CMYK00.690.940.81
HSL16º88.24%10%-
HSV(B)16º93.75%18.82%-
XYZ1.410.980.2-
YUV23.5116.43145.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=72.73%
G=22.73%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4815300.690.940.811688.2410
Hex30F30455E511058a
Octal6017301051361212013012
Binary11000011111101000101101111010100011000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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