#424252

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

Shades of Payne's Grey #424252

Tints of Payne's Grey #424252

Color information

#424252 (or 0x424252) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 52. RGB value is (66,66,82). Sum of RGB (Red+Green+Blue) = 66+66+82=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #424252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424252 is #BDBDAD. Grayscale: #434343. Windows color (decimal): -12434862 or 5390914. OLE color: 5390914.

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

Color convert

RGB666682-
CMYK0.200.2000.68
HSL240º10.81%29.02%-
HSV(B)240º19.51%32.16%-
XYZ5.725.668.77-
YUV67.82136126.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=30.84%
G=30.84%
B=38.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6666820.200.2000.6824010.8129.02
Hex4242521414044f0b1d
Octal102102122242401043601335
Binary10000101000010101001010100101000100010011110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424252; }

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

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

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

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

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

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

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

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