#424243

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

Shades of Payne's Grey #424243

Tints of Payne's Grey #424243

Color information

#424243 (or 0x424243) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 43. RGB value is (66,66,67). Sum of RGB (Red+Green+Blue) = 66+66+67=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 67 - color contains mainly: blue. Hex color #424243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424243 is #BDBDBC. Grayscale: #424242. Windows color (decimal): -12434877 or 4407874. OLE color: 4407874.

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

Color convert

RGB666667-
CMYK0.010.0100.74
HSL240º0.75%26.08%-
HSV(B)240º1.49%26.27%-
XYZ5.215.466.09-
YUV66.11128.5127.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=33.17%
G=33.17%
B=33.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6666670.010.0100.742400.7526.08
Hex4242431104Af011a
Octal102102103110112360132
Binary100001010000101000011110100101011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424243; }

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

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

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

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

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

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

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

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