Html Css Color HEX #414142 Payne's Grey

📋 copy color: '#414142'

red 65 ◦ green 65 ◦ blue 66

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

Shades of Payne's Grey #414142

Tints of Payne's Grey #414142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 33.16%
G = 33.16%
B = 33.67%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#414142 (or 0x414142) is known color: Payne's Grey. HEX triplet: 41, 41 and 42. RGB value is (65,65,66). Sum of RGB (Red+Green+Blue) = 65+65+66=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 66 - color contains mainly: blue. Hex color #414142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414142 is #BEBEBD. Grayscale: #414141. Windows color (decimal): -12500670 or 4342081. OLE color: 4342081.

HSL color Cylindrical-coordinate representation of color #414142: 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.02%. Process color model (Four color, CMYK) of #414142 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 65 66 -
CMYK 0.02 0.02 0 0.74
HSL 240º 0.01% 0.26% -
HSV(B) 240º 0.02% 0.26% -
XYZ 5.05 5.3 5.91 -
YUV 65.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 65 65 66 0.02 0.02 0 0.74 240 0.01 0.26
Hex 41 41 42 2 2 0 4A F0 1 1A
Octal 101 101 102 2 2 0 112 360 1 32
Binary 1000001 1000001 1000010 10 10 0 1001010 11110000 1 11010

Color Harmonies of #414142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414142

Black with #414142

Text Example


Text Example

White with #414142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414142; }

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

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

background-color css

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

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

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

border-color css

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

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

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