#300100

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

Shades of Seal Brown #300100

Tints of Seal Brown #300100

Color information

#300100 (or 0x300100) is unknown color: approx Seal Brown. HEX triplet: 30, 01 and 00. RGB value is (48,1,0). Sum of RGB (Red+Green+Blue) = 48+1+0=49 (6% of max value = 765). Red value is 48 (19.14% from 255 or 97.96% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 48 - color contains mainly: red. Hex color #300100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300100 is #CFFEFF. Grayscale: #0E0E0E. Windows color (decimal): -13631232 or 304. OLE color: 304.

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

Color convert

RGB4810-
CMYK00.9810.81
HSL1.25º100%9.41%-
HSV(B)1.25º100%18.82%-
XYZ1.230.650.06-
YUV14.94119.57151.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 97.96%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.96%
G=2.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal481000.9810.811.251009.41
Hex301006264511649
Octal60100142144121114411
Binary110000100110001011001001010001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300100; }

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

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

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

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

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

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

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

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