Html Css Color HEX #414143 Payne's Grey

📋 copy color: '#414143'

red 65 ◦ green 65 ◦ blue 67

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

Shades of Payne's Grey #414143

Tints of Payne's Grey #414143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.01%

R = 32.99%
G = 32.99%
B = 34.01%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#414143 (or 0x414143) is known color: Payne's Grey. HEX triplet: 41, 41 and 43. RGB value is (65,65,67). Sum of RGB (Red+Green+Blue) = 65+65+67=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 67 - color contains mainly: blue. Hex color #414143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414143 is #BEBEBC. Grayscale: #414141. Windows color (decimal): -12500669 or 4407617. OLE color: 4407617.

HSL color Cylindrical-coordinate representation of color #414143: hue angle of 240º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #414143 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 65 67 -
CMYK 0.03 0.03 0 0.74
HSL 240º 0.02% 0.26% -
HSV(B) 240º 0.03% 0.26% -
XYZ 5.08 5.31 6.07 -
YUV 65.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 65 65 67 0.03 0.03 0 0.74 240 0.02 0.26
Hex 41 41 43 3 3 0 4A F0 2 1A
Octal 101 101 103 3 3 0 112 360 2 32
Binary 1000001 1000001 1000011 11 11 0 1001010 11110000 10 11010

Color Harmonies of #414143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414143

Black with #414143

Text Example


Text Example

White with #414143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414143; }

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

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

background-color css

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

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

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

border-color css

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

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

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