#300202

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

Shades of Seal Brown #300202

Tints of Seal Brown #300202

Color information

#300202 (or 0x300202) is unknown color: approx Seal Brown. HEX triplet: 30, 02 and 02. RGB value is (48,2,2). Sum of RGB (Red+Green+Blue) = 48+2+2=52 (6% of max value = 765). Red value is 48 (19.14% from 255 or 92.31% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 48 - color contains mainly: red. Hex color #300202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300202 is #CFFDFD. Grayscale: #0F0F0F. Windows color (decimal): -13630974 or 131632. OLE color: 131632.

HSL color Cylindrical-coordinate representation of color #300202: hue angle of 0º 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 #300202 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB4822-
CMYK00.960.960.81
HSL92%9.8%-
HSV(B)95.83%18.82%-
XYZ1.250.680.12-
YUV15.75120.24151-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 92.31%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=92.31%
G=3.85%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal482200.960.960.810929.8
Hex3022060605105ca
Octal60220140140121013412
Binary11000010100110000011000001010001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300202; }

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

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

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

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

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

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

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

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