Html Css Color HEX #291212 Seal Brown

📋 copy color: '#291212'

red 41 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #291212

Tints of Seal Brown #291212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.38%

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 53.25%
G = 23.38%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#291212 (or 0x291212) is known color: Seal Brown. HEX triplet: 29, 12 and 12. RGB value is (41,18,18). Sum of RGB (Red+Green+Blue) = 41+18+18=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #291212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291212 is #D6EDED. Grayscale: #181818. Windows color (decimal): -14085614 or 1184297. OLE color: 1184297.

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

Color convert

RGB 41 18 18 -
CMYK 0 0.56 0.56 0.84
HSL 0.39% 0.12% -
HSV(B) 0.56% 0.16% -
XYZ 1.24 0.95 0.69 -
YUV 24.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 41 18 18 0 0.56 0.56 0.84 0 0.39 0.12
Hex 29 12 12 0 38 38 54 0 27 C
Octal 51 22 22 0 70 70 124 0 47 14
Binary 101001 10010 10010 0 111000 111000 1010100 0 100111 1100

Color Harmonies of #291212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291212

Black with #291212

Text Example


Text Example

White with #291212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291212; }

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

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

background-color css

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

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

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

border-color css

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

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

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