Html Css Color HEX #290B00 Seal Brown

📋 copy color: '#290B00'

red 41 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #290B00

Tints of Seal Brown #290B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 21.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.85%
G = 21.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#290B00 (or 0x290B00) is known color: Seal Brown. HEX triplet: 29, 0B and 00. RGB value is (41,11,0). Sum of RGB (Red+Green+Blue) = 41+11+0=52 (6% of max value = 765). Red value is 41 (16.41% from 255 or 78.85% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 41 - color contains mainly: red. Hex color #290B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B00 is #D6F4FF. Grayscale: #121212. Windows color (decimal): -14087424 or 2857. OLE color: 2857.

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

Color convert

RGB 41 11 0 -
CMYK 0 0.73 1 0.84
HSL 16.1º 1% 0.08% -
HSV(B) 16.1º 1% 0.16% -
XYZ 1.03 0.71 0.08 -
YUV 18.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 41 11 0 0 0.73 1 0.84 16.1 1 0.08
Hex 29 B 0 0 49 64 54 10 64 8
Octal 51 13 0 0 111 144 124 20 144 10
Binary 101001 1011 0 0 1001001 1100100 1010100 10000 1100100 1000

Color Harmonies of #290B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B00

Black with #290B00

Text Example


Text Example

White with #290B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B00; }

 p { color: rgb(41,11,0); }

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

background-color css

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

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

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

border-color css

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

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

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