#423D4B

Color #423D4B Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #423D4B

Tints of Grape #423D4B

Color information

#423D4B (or 0x423D4B) is unknown color: approx Grape. HEX triplet: 42, 3D and 4B. RGB value is (66,61,75). Sum of RGB (Red+Green+Blue) = 66+61+75=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #423D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D4B is #BDC2B4. Grayscale: #404040. Windows color (decimal): -12436149 or 4930882. OLE color: 4930882.

HSL color Cylindrical-coordinate representation of color #423D4B: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #423D4B is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666175-
CMYK0.120.1900.71
HSL261.43º10.29%26.67%-
HSV(B)261.43º18.67%29.41%-
XYZ5.1957.35-
YUV64.09134.16129.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=32.67%
G=30.20%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6661750.120.1900.71261.4310.2926.67
Hex423D4BC13047105a1b
Octal10275113142301074051233
Binary1000010111101100101111001001101000111100000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D4B; }

 p { color: rgb(66,61,75); }

 H1.HeaderClassName
 {
   color: #423D4B;
 }
 .AnyTagClassName
 {
   color: #423D4B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #423D4B;
 }
 .BgClassName
 {
   background-color: #423D4B;
 }
</style>
border-color css

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

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

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