#440529

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

Shades of Blackberry #440529

Tints of Blackberry #440529

Color information

#440529 (or 0x440529) is unknown color: approx Blackberry. HEX triplet: 44, 05 and 29. RGB value is (68,5,41). Sum of RGB (Red+Green+Blue) = 68+5+41=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440529 is #BBFAD6. Grayscale: #1B1B1B. Windows color (decimal): -12319447 or 2688324. OLE color: 2688324.

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

Color convert

RGB68541-
CMYK00.930.400.73
HSL325.71º86.3%14.31%-
HSV(B)325.71º92.65%26.67%-
XYZ2.841.52.24-
YUV27.94135.37156.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=59.65%
G=4.39%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6854100.930.400.73325.7186.314.31
Hex4452905D284914656e
Octal10455101355011150612616
Binary100010010110100101011101101000100100110100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440529; }

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

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

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

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

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

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

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

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