Html Css Color HEX #191211 Seal Brown

📋 copy color: '#191211'

red 25 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #191211

Tints of Seal Brown #191211

RGB

 RED value IS 25 (10.16% from 255) = 41.67%

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

 BLUE value IS 17 (7.03% from 255) = 28.33%

R = 41.67%
G = 30%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#191211 (or 0x191211) is known color: Seal Brown. HEX triplet: 19, 12 and 11. RGB value is (25,18,17). Sum of RGB (Red+Green+Blue) = 25+18+17=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #191211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191211 is #E6EDEE. Grayscale: #131313. Windows color (decimal): -15134191 or 1118745. OLE color: 1118745.

HSL color Cylindrical-coordinate representation of color #191211: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191211 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 18 17 -
CMYK 0 0.28 0.32 0.90
HSL 7.5º 0.19% 0.08% -
HSV(B) 7.5º 0.32% 0.1% -
XYZ 0.72 0.68 0.62 -
YUV 19.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 25 18 17 0 0.28 0.32 0.90 7.5 0.19 0.08
Hex 19 12 11 0 1C 20 5A 8 13 8
Octal 31 22 21 0 34 40 132 10 23 10
Binary 11001 10010 10001 0 11100 100000 1011010 1000 10011 1000

Color Harmonies of #191211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191211

Black with #191211

Text Example


Text Example

White with #191211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191211; }

 p { color: rgb(25,18,17); }

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

background-color css

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

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

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

border-color css

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

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

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