#440438

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

Shades of Blackberry #440438

Tints of Blackberry #440438

Color information

#440438 (or 0x440438) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 38. RGB value is (68,4,56). Sum of RGB (Red+Green+Blue) = 68+4+56=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #440438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440438 is #BBFBC7. Grayscale: #1C1C1C. Windows color (decimal): -12319688 or 3671108. OLE color: 3671108.

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

Color convert

RGB68456-
CMYK00.940.180.73
HSL311.25º88.89%14.12%-
HSV(B)311.25º94.12%26.67%-
XYZ3.141.63.88-
YUV29.06143.2155.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=53.12%
G=3.12%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6845600.940.180.73311.2588.8914.12
Hex4443805E124913759e
Octal10447001362211146713116
Binary10001001001110000101111010010100100110011011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440438; }

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

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

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

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

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

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

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

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