#300F0F

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

Shades of Seal Brown #300F0F

Tints of Seal Brown #300F0F

Color information

#300F0F (or 0x300F0F) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 0F. RGB value is (48,15,15). Sum of RGB (Red+Green+Blue) = 48+15+15=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F0F is #CFF0F0. Grayscale: #181818. Windows color (decimal): -13627633 or 986928. OLE color: 986928.

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

Color convert

RGB481515-
CMYK00.690.690.81
HSL52.38%12.35%-
HSV(B)68.75%18.82%-
XYZ1.4810.57-
YUV24.87122.43144.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=61.54%
G=19.23%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48151500.690.690.81052.3812.35
Hex30FF0454551034c
Octal601717010510512106414
Binary11000011111111010001011000101101000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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