#440332

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

Shades of Blackberry #440332

Tints of Blackberry #440332

Color information

#440332 (or 0x440332) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 32. RGB value is (68,3,50). Sum of RGB (Red+Green+Blue) = 68+3+50=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440332 is #BBFCCD. Grayscale: #1B1B1B. Windows color (decimal): -12319950 or 3277636. OLE color: 3277636.

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

Color convert

RGB68350-
CMYK00.960.260.73
HSL316.62º91.55%13.92%-
HSV(B)316.62º95.59%26.67%-
XYZ2.991.523.15-
YUV27.79140.53156.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=56.20%
G=2.48%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6835000.960.260.73316.6291.5513.92
Hex443320601A4913d5ce
Octal10436201403211147513416
Binary1000100111100100110000011010100100110011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440332; }

 p { color: rgb(68,3,50); }

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

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

 a { background-color: rgb(68,3,50); }

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

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

 span { border-color: rgb(68,3,50); }

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