#440431

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

Shades of Blackberry #440431

Tints of Blackberry #440431

Color information

#440431 (or 0x440431) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 31. RGB value is (68,4,49). Sum of RGB (Red+Green+Blue) = 68+4+49=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440431 is #BBFBCE. Grayscale: #1C1C1C. Windows color (decimal): -12319695 or 3212356. OLE color: 3212356.

HSL color Cylindrical-coordinate representation of color #440431: hue angle of 317.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440431 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB68449-
CMYK00.940.280.73
HSL317.81º88.89%14.12%-
HSV(B)317.81º94.12%26.67%-
XYZ2.981.543.05-
YUV28.27139.7156.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=56.20%
G=3.31%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844900.940.280.73317.8188.8914.12
Hex4443105E1C4913e59e
Octal10446101363411147613116
Binary10001001001100010101111011100100100110011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440431; }

 p { color: rgb(68,4,49); }

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

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

 a { background-color: rgb(68,4,49); }

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

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

 span { border-color: rgb(68,4,49); }

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