Html Css Color HEX #290302 Seal Brown

📋 copy color: '#290302'

red 41 ◦ green 3 ◦ blue 2

#290302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #290302

Tints of Seal Brown #290302

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 value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#290302 (or 0x290302) is known color: 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

RGB 41 3 2 -
CMYK 0 0.93 0.95 0.84
HSL 1.54º 0.91% 0.08% -
HSV(B) 1.54º 0.95% 0.16% -
XYZ 0.96 0.54 0.11 -
YUV 14.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 41 3 2 0 0.93 0.95 0.84 1.54 0.91 0.08
Hex 29 3 2 0 5D 5F 54 2 5B 8
Octal 51 3 2 0 135 137 124 2 133 10
Binary 101001 11 10 0 1011101 1011111 1010100 10 1011011 1000

Color Harmonies of #290302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290302

Black with #290302

Text Example


Text Example

White with #290302

Text Example


Text Example

HTML Codes & Css Web 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>