#300F01

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

Shades of Seal Brown #300F01

Tints of Seal Brown #300F01

Color information

#300F01 (or 0x300F01) is unknown color: approx Seal Brown. HEX triplet: 30, 0F and 01. RGB value is (48,15,1). Sum of RGB (Red+Green+Blue) = 48+15+1=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F01 is #CFF0FE. Grayscale: #171717. Windows color (decimal): -13627647 or 69424. OLE color: 69424.

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

Color convert

RGB48151-
CMYK00.690.980.81
HSL17.87º95.92%9.61%-
HSV(B)17.87º97.92%18.82%-
XYZ1.40.970.14-
YUV23.27115.43145.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 1 (0.78% from 255) = 1.56%
R=75%
G=23.44%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4815100.690.980.8117.8795.929.61
Hex30F104562511260a
Octal6017101051421212214012
Binary1100001111101000101110001010100011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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