#440339

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

Shades of Blackberry #440339

Tints of Blackberry #440339

Color information

#440339 (or 0x440339) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 39. RGB value is (68,3,57). Sum of RGB (Red+Green+Blue) = 68+3+57=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #440339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440339 is #BBFCC6. Grayscale: #1C1C1C. Windows color (decimal): -12319943 or 3736388. OLE color: 3736388.

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

Color convert

RGB68357-
CMYK00.960.160.73
HSL310.15º91.55%13.92%-
HSV(B)310.15º95.59%26.67%-
XYZ3.151.594.01-
YUV28.59144.03156.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=53.12%
G=2.34%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6835700.960.160.73310.1591.5513.92
Hex4433906010491365ce
Octal10437101402011146613416
Binary1000100111110010110000010000100100110011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440339; }

 p { color: rgb(68,3,57); }

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

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

 a { background-color: rgb(68,3,57); }

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

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

 span { border-color: rgb(68,3,57); }

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