#440031

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

Shades of Blackberry #440031

Tints of Blackberry #440031

Color information

#440031 (or 0x440031) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 31. RGB value is (68,0,49). Sum of RGB (Red+Green+Blue) = 68+0+49=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #440031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440031 is #BBFFCE. Grayscale: #191919. Windows color (decimal): -12320719 or 3211332. OLE color: 3211332.

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

Color convert

RGB68049-
CMYK010.280.73
HSL316.76º100%13.33%-
HSV(B)316.76º100%26.67%-
XYZ2.941.453.03-
YUV25.92141.03158.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=58.12%
G=0%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68049010.280.73316.7610013.33
Hex440310641C4913d64d
Octal10406101443411147514415
Binary100010001100010110010011100100100110011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440031; }

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

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

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

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

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

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

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

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