#300D03

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

Shades of Seal Brown #300D03

Tints of Seal Brown #300D03

Color information

#300D03 (or 0x300D03) is unknown color: approx Seal Brown. HEX triplet: 30, 0D and 03. RGB value is (48,13,3). Sum of RGB (Red+Green+Blue) = 48+13+3=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D03 is #CFF2FC. Grayscale: #161616. Windows color (decimal): -13628157 or 199984. OLE color: 199984.

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

Color convert

RGB48133-
CMYK00.730.940.81
HSL13.33º88.24%10%-
HSV(B)13.33º93.75%18.82%-
XYZ1.380.920.19-
YUV22.32117.1146.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 3 (1.56% from 255) = 4.69%
R=75%
G=20.31%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4813300.730.940.8113.3388.2410
Hex30D30495E51d58a
Octal6015301111361211513012
Binary1100001101110100100110111101010001110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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