Html Css Color HEX #424048 Grape

📋 copy color: '#424048'

red 66 ◦ green 64 ◦ blue 72

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

Shades of Grape #424048

Tints of Grape #424048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

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

R = 32.67%
G = 31.68%
B = 35.64%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424048 (or 0x424048) is known color: Grape. HEX triplet: 42, 40 and 48. RGB value is (66,64,72). Sum of RGB (Red+Green+Blue) = 66+64+72=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 64 (25.39% from 255 or 31.68% 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 #424048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424048 is #BDBFB7. Grayscale: #414141. Windows color (decimal): -12435384 or 4735042. OLE color: 4735042.

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

Color convert

RGB 66 64 72 -
CMYK 0.08 0.11 0 0.72
HSL 255º 0.06% 0.27% -
HSV(B) 255º 0.11% 0.28% -
XYZ 5.25 5.29 6.88 -
YUV 65.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 66 64 72 0.08 0.11 0 0.72 255 0.06 0.27
Hex 42 40 48 8 B 0 48 FF 6 1B
Octal 102 100 110 10 13 0 110 377 6 33
Binary 1000010 1000000 1001000 1000 1011 0 1001000 11111111 110 11011

Color Harmonies of #424048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424048

Black with #424048

Text Example


Text Example

White with #424048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424048; }

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

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

background-color css

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

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

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

border-color css

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

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

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