Html Css Color HEX #424348 Payne's Grey

📋 copy color: '#424348'

red 66 ◦ green 67 ◦ blue 72

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

Shades of Payne's Grey #424348

Tints of Payne's Grey #424348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 32.2%
G = 32.68%
B = 35.12%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424348 (or 0x424348) is known color: Payne's Grey. HEX triplet: 42, 43 and 48. RGB value is (66,67,72). Sum of RGB (Red+Green+Blue) = 66+67+72=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 72 - color contains mainly: blue. Hex color #424348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424348 is #BDBCB7. Grayscale: #434343. Windows color (decimal): -12434616 or 4735810. OLE color: 4735810.

HSL color Cylindrical-coordinate representation of color #424348: hue angle of 230º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424348 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 67 72 -
CMYK 0.08 0.07 0 0.72
HSL 230º 0.04% 0.27% -
HSV(B) 230º 0.08% 0.28% -
XYZ 5.42 5.64 6.93 -
YUV 67.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 66 67 72 0.08 0.07 0 0.72 230 0.04 0.27
Hex 42 43 48 8 7 0 48 E6 4 1B
Octal 102 103 110 10 7 0 110 346 4 33
Binary 1000010 1000011 1001000 1000 111 0 1001000 11100110 100 11011

Color Harmonies of #424348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424348

Black with #424348

Text Example


Text Example

White with #424348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424348; }

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

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

background-color css

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

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

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

border-color css

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

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

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