#440638

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

Shades of Blackberry #440638

Tints of Blackberry #440638

Color information

#440638 (or 0x440638) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 38. RGB value is (68,6,56). Sum of RGB (Red+Green+Blue) = 68+6+56=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #440638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440638 is #BBF9C7. Grayscale: #1E1E1E. Windows color (decimal): -12319176 or 3671620. OLE color: 3671620.

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

Color convert

RGB68656-
CMYK00.910.180.73
HSL311.61º83.78%14.51%-
HSV(B)311.61º91.18%26.67%-
XYZ3.161.643.89-
YUV30.24142.54154.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=52.31%
G=4.62%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6865600.910.180.73311.6183.7814.51
Hex4463805B124913854f
Octal10467001332211147012417
Binary10001001101110000101101110010100100110011100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440638; }

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

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

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

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

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

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

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

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