Html Css Color HEX #414148 Payne's Grey

📋 copy color: '#414148'

red 65 ◦ green 65 ◦ blue 72

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

Shades of Payne's Grey #414148

Tints of Payne's Grey #414148

RGB

 RED value IS 65 (25.78% from 255) = 32.18%

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 32.18%
G = 32.18%
B = 35.64%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414148 (or 0x414148) is known color: Payne's Grey. HEX triplet: 41, 41 and 48. RGB value is (65,65,72). Sum of RGB (Red+Green+Blue) = 65+65+72=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: blue. Hex color #414148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414148 is #BEBEB7. Grayscale: #414141. Windows color (decimal): -12500664 or 4735297. OLE color: 4735297.

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

Color convert

RGB 65 65 72 -
CMYK 0.10 0.10 0 0.72
HSL 240º 0.05% 0.27% -
HSV(B) 240º 0.1% 0.28% -
XYZ 5.24 5.37 6.89 -
YUV 65.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 65 65 72 0.10 0.10 0 0.72 240 0.05 0.27
Hex 41 41 48 A A 0 48 F0 5 1B
Octal 101 101 110 12 12 0 110 360 5 33
Binary 1000001 1000001 1001000 1010 1010 0 1001000 11110000 101 11011

Color Harmonies of #414148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414148

Black with #414148

Text Example


Text Example

White with #414148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414148; }

 p { color: rgb(65,65,72); }

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

background-color css

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

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

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

border-color css

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

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

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