#440329

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

Shades of Blackberry #440329

Tints of Blackberry #440329

Color information

#440329 (or 0x440329) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 29. RGB value is (68,3,41). Sum of RGB (Red+Green+Blue) = 68+3+41=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #440329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440329 is #BBFCD6. Grayscale: #1A1A1A. Windows color (decimal): -12319959 or 2687812. OLE color: 2687812.

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

Color convert

RGB68341-
CMYK00.960.400.73
HSL324.92º91.55%13.92%-
HSV(B)324.92º95.59%26.67%-
XYZ2.821.452.23-
YUV26.77136.03157.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=60.71%
G=2.68%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834100.960.400.73324.9291.5513.92
Hex4432906028491455ce
Octal10435101405011150513416
Binary10001001110100101100000101000100100110100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440329; }

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

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

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

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

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

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

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

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