#300F07

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

Shades of Seal Brown #300F07

Tints of Seal Brown #300F07

Color information

#300F07 (or 0x300F07) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 07. RGB value is (48,15,7). Sum of RGB (Red+Green+Blue) = 48+15+7=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F07 is #CFF0F8. Grayscale: #181818. Windows color (decimal): -13627641 or 462640. OLE color: 462640.

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

Color convert

RGB48157-
CMYK00.690.850.81
HSL11.71º74.55%10.78%-
HSV(B)11.71º85.42%18.82%-
XYZ1.430.990.32-
YUV23.96118.43145.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 7 (3.12% from 255) = 10%
R=68.57%
G=21.43%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4815700.690.850.8111.7174.5510.78
Hex30F70455551c4bb
Octal6017701051251211411313
Binary11000011111110100010110101011010001110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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