#440032

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

Shades of Blackberry #440032

Tints of Blackberry #440032

Color information

#440032 (or 0x440032) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 32. RGB value is (68,0,50). Sum of RGB (Red+Green+Blue) = 68+0+50=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #440032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440032 is #BBFFCD. Grayscale: #191919. Windows color (decimal): -12320718 or 3276868. OLE color: 3276868.

HSL color Cylindrical-coordinate representation of color #440032: hue angle of 315.88º 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 #440032 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB68050-
CMYK010.260.73
HSL315.88º100%13.33%-
HSV(B)315.88º100%26.67%-
XYZ2.961.463.14-
YUV26.03141.53157.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=57.63%
G=0%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68050010.260.73315.8810013.33
Hex440320641A4913c64d
Octal10406201443211147414415
Binary100010001100100110010011010100100110011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440032; }

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

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

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

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

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

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

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

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