Html Css Color HEX #424243 Payne's Grey

📋 copy color: '#424243'

red 66 ◦ green 66 ◦ blue 67

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

Shades of Payne's Grey #424243

Tints of Payne's Grey #424243

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 value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#424243 (or 0x424243) is known color: 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

RGB 66 66 67 -
CMYK 0.01 0.01 0 0.74
HSL 240º 0.01% 0.26% -
HSV(B) 240º 0.01% 0.26% -
XYZ 5.21 5.46 6.09 -
YUV 66.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 66 66 67 0.01 0.01 0 0.74 240 0.01 0.26
Hex 42 42 43 1 1 0 4A F0 1 1A
Octal 102 102 103 1 1 0 112 360 1 32
Binary 1000010 1000010 1000011 1 1 0 1001010 11110000 1 11010

Color Harmonies of #424243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424243

Black with #424243

Text Example


Text Example

White with #424243

Text Example


Text Example

HTML Codes & Css Web 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>