#43414B

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

Shades of Grape #43414B

Tints of Grape #43414B

Color information

#43414B (or 0x43414B) is unknown color: approx Grape. HEX triplet: 43, 41 and 4B. RGB value is (67,65,75). Sum of RGB (Red+Green+Blue) = 67+65+75=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #43414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43414B is #BCBEB4. Grayscale: #424242. Windows color (decimal): -12369589 or 4931907. OLE color: 4931907.

HSL color Cylindrical-coordinate representation of color #43414B: hue angle of 252º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #43414B is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB676575-
CMYK0.110.1300.71
HSL252º7.14%27.45%-
HSV(B)252º13.33%29.41%-
XYZ5.485.487.43-
YUV66.74132.66128.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=32.37%
G=31.40%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6765750.110.1300.712527.1427.45
Hex43414BBD047fc71b
Octal10310111313150107374733
Binary10000111000001100101110111101010001111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43414B; }

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

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

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

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

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

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

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

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