Html Css Color HEX #290101 Seal Brown

📋 copy color: '#290101'

red 41 ◦ green 1 ◦ blue 1

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

Shades of Seal Brown #290101

Tints of Seal Brown #290101

RGB

 RED value IS 41 (16.41% from 255) = 95.35%

 GREEN value IS 1 (0.78% from 255) = 2.33%

 BLUE value IS 1 (0.78% from 255) = 2.33%

R = 95.35%
G = 2.33%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#290101 (or 0x290101) is known color: Seal Brown. HEX triplet: 29, 01 and 01. RGB value is (41,1,1). Sum of RGB (Red+Green+Blue) = 41+1+1=43 (5% of max value = 765). Red value is 41 (16.41% from 255 or 95.35% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 41 - color contains mainly: red. Hex color #290101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290101 is #D6FEFE. Grayscale: #0C0C0C. Windows color (decimal): -14089983 or 65833. OLE color: 65833.

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

Color convert

RGB 41 1 1 -
CMYK 0 0.98 0.98 0.84
HSL 0.95% 0.08% -
HSV(B) 0.98% 0.16% -
XYZ 0.93 0.5 0.08 -
YUV 12.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 41 1 1 0 0.98 0.98 0.84 0 0.95 0.08
Hex 29 1 1 0 62 62 54 0 5F 8
Octal 51 1 1 0 142 142 124 0 137 10
Binary 101001 1 1 0 1100010 1100010 1010100 0 1011111 1000

Color Harmonies of #290101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290101

Black with #290101

Text Example


Text Example

White with #290101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290101; }

 p { color: rgb(41,1,1); }

 H1.HeaderClassName
 {
   color: #290101;
 }
 .AnyTagClassName
 {
   color: #290101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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