#440533

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

Shades of Blackberry #440533

Tints of Blackberry #440533

Color information

#440533 (or 0x440533) is unknown color: approx Blackberry. HEX triplet: 44, 05 and 33. RGB value is (68,5,51). Sum of RGB (Red+Green+Blue) = 68+5+51=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #440533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440533 is #BBFACC. Grayscale: #1C1C1C. Windows color (decimal): -12319437 or 3343684. OLE color: 3343684.

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

Color convert

RGB68551-
CMYK00.930.250.73
HSL316.19º86.3%14.31%-
HSV(B)316.19º92.65%26.67%-
XYZ3.041.583.28-
YUV29.08140.37155.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=54.84%
G=4.03%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6855100.930.250.73316.1986.314.31
Hex4453305D194913c56e
Octal10456301353111147412616
Binary10001001011100110101110111001100100110011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440533; }

 p { color: rgb(68,5,51); }

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

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

 a { background-color: rgb(68,5,51); }

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

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

 span { border-color: rgb(68,5,51); }

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