Html Css Color HEX #434348 Payne's Grey

📋 copy color: '#434348'

red 67 ◦ green 67 ◦ blue 72

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

Shades of Payne's Grey #434348

Tints of Payne's Grey #434348

RGB

 RED value IS 67 (26.56% from 255) = 32.52%

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

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

R = 32.52%
G = 32.52%
B = 34.95%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#434348 (or 0x434348) is known color: Payne's Grey. HEX triplet: 43, 43 and 48. RGB value is (67,67,72). Sum of RGB (Red+Green+Blue) = 67+67+72=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #434348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434348 is #BCBCB7. Grayscale: #434343. Windows color (decimal): -12369080 or 4735811. OLE color: 4735811.

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

Color convert

RGB 67 67 72 -
CMYK 0.07 0.07 0 0.72
HSL 240º 0.04% 0.27% -
HSV(B) 240º 0.07% 0.28% -
XYZ 5.49 5.68 6.94 -
YUV 67.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 67 67 72 0.07 0.07 0 0.72 240 0.04 0.27
Hex 43 43 48 7 7 0 48 F0 4 1B
Octal 103 103 110 7 7 0 110 360 4 33
Binary 1000011 1000011 1001000 111 111 0 1001000 11110000 100 11011

Color Harmonies of #434348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434348

Black with #434348

Text Example


Text Example

White with #434348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434348; }

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

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

background-color css

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

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

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

border-color css

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

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

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