#440534

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

Shades of Blackberry #440534

Tints of Blackberry #440534

Color information

#440534 (or 0x440534) is unknown color: approx Blackberry. HEX triplet: 44, 05 and 34. RGB value is (68,5,52). Sum of RGB (Red+Green+Blue) = 68+5+52=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #440534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440534 is #BBFACB. Grayscale: #1D1D1D. Windows color (decimal): -12319436 or 3409220. OLE color: 3409220.

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

Color convert

RGB68552-
CMYK00.930.240.73
HSL315.24º86.3%14.31%-
HSV(B)315.24º92.65%26.67%-
XYZ3.061.593.39-
YUV29.2140.87155.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=54.4%
G=4%
B=41.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6855200.930.240.73315.2486.314.31
Hex4453405D184913b56e
Octal10456401353011147312616
Binary10001001011101000101110111000100100110011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440534; }

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

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

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

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

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

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

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

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