Html Css Color HEX #424351 Payne's Grey

📋 copy color: '#424351'

red 66 ◦ green 67 ◦ blue 81

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

Shades of Payne's Grey #424351

Tints of Payne's Grey #424351

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 30.84%
G = 31.31%
B = 37.85%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424351 (or 0x424351) is known color: Payne's Grey. HEX triplet: 42, 43 and 51. RGB value is (66,67,81). Sum of RGB (Red+Green+Blue) = 66+67+81=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #424351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424351 is #BDBCAE. Grayscale: #444444. Windows color (decimal): -12434607 or 5325634. OLE color: 5325634.

HSL color Cylindrical-coordinate representation of color #424351: hue angle of 236º 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 #424351 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 67 81 -
CMYK 0.19 0.17 0 0.68
HSL 236º 0.1% 0.29% -
HSV(B) 236º 0.19% 0.32% -
XYZ 5.74 5.77 8.6 -
YUV 68.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 66 67 81 0.19 0.17 0 0.68 236 0.1 0.29
Hex 42 43 51 13 11 0 44 EC A 1D
Octal 102 103 121 23 21 0 104 354 12 35
Binary 1000010 1000011 1010001 10011 10001 0 1000100 11101100 1010 11101

Color Harmonies of #424351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424351

Black with #424351

Text Example


Text Example

White with #424351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424351; }

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

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

background-color css

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

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

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

border-color css

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

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

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