#300F05

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

Shades of Seal Brown #300F05

Tints of Seal Brown #300F05

Color information

#300F05 (or 0x300F05) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 05. RGB value is (48,15,5). Sum of RGB (Red+Green+Blue) = 48+15+5=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F05 is #CFF0FA. Grayscale: #171717. Windows color (decimal): -13627643 or 331568. OLE color: 331568.

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

Color convert

RGB48155-
CMYK00.690.900.81
HSL13.95º81.13%10.39%-
HSV(B)13.95º89.58%18.82%-
XYZ1.420.980.26-
YUV23.73117.43145.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 15 (6.25% from 255) = 22.06%
BLUE value IS 5 (2.34% from 255) = 7.35%
R=70.59%
G=22.06%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4815500.690.900.8113.9581.1310.39
Hex30F50455A51e51a
Octal6017501051321211612112
Binary11000011111010100010110110101010001111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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