Html Css Color HEX #321111 Seal Brown

📋 copy color: '#321111'

red 50 ◦ green 17 ◦ blue 17

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

Shades of Seal Brown #321111

Tints of Seal Brown #321111

RGB

 RED value IS 50 (19.92% from 255) = 59.52%

 GREEN value IS 17 (7.03% from 255) = 20.24%

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

R = 59.52%
G = 20.24%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#321111 (or 0x321111) is known color: Seal Brown. HEX triplet: 32, 11 and 11. RGB value is (50,17,17). Sum of RGB (Red+Green+Blue) = 50+17+17=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321111 is #CDEEEE. Grayscale: #1A1A1A. Windows color (decimal): -13496047 or 1118514. OLE color: 1118514.

HSL color Cylindrical-coordinate representation of color #321111: hue angle of 0º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321111 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 17 17 -
CMYK 0 0.66 0.66 0.80
HSL 0.49% 0.13% -
HSV(B) 0.66% 0.2% -
XYZ 1.62 1.12 0.66 -
YUV 26.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 50 17 17 0 0.66 0.66 0.80 0 0.49 0.13
Hex 32 11 11 0 42 42 50 0 31 D
Octal 62 21 21 0 102 102 120 0 61 15
Binary 110010 10001 10001 0 1000010 1000010 1010000 0 110001 1101

Color Harmonies of #321111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321111

Black with #321111

Text Example


Text Example

White with #321111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321111; }

 p { color: rgb(50,17,17); }

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

background-color css

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

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

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

border-color css

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

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

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