#424251

Color #424251 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #424251

Tints of Payne's Grey #424251

Color information

#424251 (or 0x424251) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 51. RGB value is (66,66,81). Sum of RGB (Red+Green+Blue) = 66+66+81=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #424251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424251 is #BDBDAE. Grayscale: #434343. Windows color (decimal): -12434863 or 5325378. OLE color: 5325378.

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

Color convert

RGB666681-
CMYK0.190.1900.68
HSL240º10.2%28.82%-
HSV(B)240º18.52%31.76%-
XYZ5.685.658.58-
YUV67.71135.5126.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=30.99%
G=30.99%
B=38.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6666810.190.1900.6824010.228.82
Hex4242511313044f0a1d
Octal102102121232301043601235
Binary10000101000010101000110011100110100010011110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424251; }

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

 H1.HeaderClassName
 {
   color: #424251;
 }
 .AnyTagClassName
 {
   color: #424251;
 }
</style>
background-color css

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

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

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

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

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

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