#290302

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

Shades of Seal Brown #290302

Tints of Seal Brown #290302

Color information

#290302 (or 0x290302) is unknown color: approx Seal Brown. HEX triplet: 29, 03 and 02. RGB value is (41,3,2). Sum of RGB (Red+Green+Blue) = 41+3+2=46 (6% of max value = 765). Red value is 41 (16.41% from 255 or 89.13% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 41 - color contains mainly: red. Hex color #290302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290302 is #D6FCFD. Grayscale: #0E0E0E. Windows color (decimal): -14089470 or 131881. OLE color: 131881.

HSL color Cylindrical-coordinate representation of color #290302: hue angle of 1.54º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290302 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB4132-
CMYK00.930.950.84
HSL1.54º90.7%8.43%-
HSV(B)1.54º95.12%16.08%-
XYZ0.960.540.11-
YUV14.25121.09147.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 89.13%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=89.13%
G=6.52%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal413200.930.950.841.5490.78.43
Hex293205D5F5425b8
Octal51320135137124213310
Binary101001111001011101101111110101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290302; }

 p { color: rgb(41,3,2); }

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

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

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

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

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

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

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