#440628

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

Shades of Blackberry #440628

Tints of Blackberry #440628

Color information

#440628 (or 0x440628) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 28. RGB value is (68,6,40). Sum of RGB (Red+Green+Blue) = 68+6+40=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440628 is #BBF9D7. Grayscale: #1C1C1C. Windows color (decimal): -12319192 or 2623044. OLE color: 2623044.

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

Color convert

RGB68640-
CMYK00.910.410.73
HSL327.1º83.78%14.51%-
HSV(B)327.1º91.18%26.67%-
XYZ2.831.512.15-
YUV28.41134.54156.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 6 (2.73% from 255) = 5.26%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=59.65%
G=5.26%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6864000.910.410.73327.183.7814.51
Hex4462805B294914754f
Octal10465001335111150712417
Binary100010011010100001011011101001100100110100011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440628; }

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

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

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

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

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

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

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

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