Html Css Color HEX #191210 Seal Brown

📋 copy color: '#191210'

red 25 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #191210

Tints of Seal Brown #191210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 27.12%

R = 42.37%
G = 30.51%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#191210 (or 0x191210) is known color: Seal Brown. HEX triplet: 19, 12 and 10. RGB value is (25,18,16). Sum of RGB (Red+Green+Blue) = 25+18+16=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #191210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191210 is #E6EDEF. Grayscale: #131313. Windows color (decimal): -15134192 or 1053209. OLE color: 1053209.

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

Color convert

RGB 25 18 16 -
CMYK 0 0.28 0.36 0.90
HSL 13.33º 0.22% 0.08% -
HSV(B) 13.33º 0.36% 0.1% -
XYZ 0.71 0.68 0.58 -
YUV 19.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 25 18 16 0 0.28 0.36 0.90 13.33 0.22 0.08
Hex 19 12 10 0 1C 24 5A D 16 8
Octal 31 22 20 0 34 44 132 15 26 10
Binary 11001 10010 10000 0 11100 100100 1011010 1101 10110 1000

Color Harmonies of #191210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191210

Black with #191210

Text Example


Text Example

White with #191210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191210; }

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

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

background-color css

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

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

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

border-color css

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

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

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