#301002

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

Shades of Seal Brown #301002

Tints of Seal Brown #301002

Color information

#301002 (or 0x301002) is unknown color: approx Seal Brown. HEX triplet: 30, 10 and 02. RGB value is (48,16,2). Sum of RGB (Red+Green+Blue) = 48+16+2=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #301002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301002 is #CFEFFD. Grayscale: #181818. Windows color (decimal): -13627390 or 135216. OLE color: 135216.

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

Color convert

RGB48162-
CMYK00.670.960.81
HSL18.26º92%9.8%-
HSV(B)18.26º95.83%18.82%-
XYZ1.4210.18-
YUV23.97115.6145.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 2 (1.17% from 255) = 3.03%
R=72.73%
G=24.24%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4816200.670.960.8118.26929.8
Hex301020436051125ca
Octal6020201031401212213412
Binary110000100001001000011110000010100011001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301002; }

 p { color: rgb(48,16,2); }

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

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

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

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

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

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

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