Html Css Color HEX #324251 Arsenic

📋 copy color: '#324251'

red 50 ◦ green 66 ◦ blue 81

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

Shades of Arsenic #324251

Tints of Arsenic #324251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 25.38%
G = 33.5%
B = 41.12%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#324251 (or 0x324251) is known color: Arsenic. HEX triplet: 32, 42 and 51. RGB value is (50,66,81). Sum of RGB (Red+Green+Blue) = 50+66+81=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #324251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324251 is #CDBDAE. Grayscale: #3E3E3E. Windows color (decimal): -13483439 or 5325362. OLE color: 5325362.

HSL color Cylindrical-coordinate representation of color #324251: hue angle of 209.03º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324251 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 66 81 -
CMYK 0.38 0.19 0 0.68
HSL 209.03º 0.24% 0.26% -
HSV(B) 209.03º 0.38% 0.32% -
XYZ 4.75 5.17 8.53 -
YUV 62.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 50 66 81 0.38 0.19 0 0.68 209.03 0.24 0.26
Hex 32 42 51 26 13 0 44 D1 18 1A
Octal 62 102 121 46 23 0 104 321 30 32
Binary 110010 1000010 1010001 100110 10011 0 1000100 11010001 11000 11010

Color Harmonies of #324251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324251

Black with #324251

Text Example


Text Example

White with #324251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324251; }

 p { color: rgb(50,66,81); }

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

background-color css

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

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

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

border-color css

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

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

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