#440629

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

Shades of Blackberry #440629

Tints of Blackberry #440629

Color information

#440629 (or 0x440629) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 29. RGB value is (68,6,41). Sum of RGB (Red+Green+Blue) = 68+6+41=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #440629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440629 is #BBF9D6. Grayscale: #1C1C1C. Windows color (decimal): -12319191 or 2688580. OLE color: 2688580.

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

Color convert

RGB68641-
CMYK00.910.400.73
HSL326.13º83.78%14.51%-
HSV(B)326.13º91.18%26.67%-
XYZ2.851.522.24-
YUV28.53135.04156.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=59.13%
G=5.22%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6864100.910.400.73326.1383.7814.51
Hex4462905B284914654f
Octal10465101335011150612417
Binary100010011010100101011011101000100100110100011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440629; }

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

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

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

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

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

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

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

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