#440835

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

Shades of Blackberry #440835

Tints of Blackberry #440835

Color information

#440835 (or 0x440835) is unknown color: approx Blackberry. HEX triplet: 44, 08 and 35. RGB value is (68,8,53). Sum of RGB (Red+Green+Blue) = 68+8+53=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #440835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440835 is #BBF7CA. Grayscale: #1E1E1E. Windows color (decimal): -12318667 or 3475524. OLE color: 3475524.

HSL color Cylindrical-coordinate representation of color #440835: hue angle of 315º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440835 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB68853-
CMYK00.880.220.73
HSL315º78.95%14.9%-
HSV(B)315º88.24%26.67%-
XYZ3.111.663.52-
YUV31.07140.38154.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=52.71%
G=6.20%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6885300.880.220.7331578.9514.9
Hex44835058164913b4ff
Octal104106501302611147311717
Binary100010010001101010101100010110100100110011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440835; }

 p { color: rgb(68,8,53); }

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

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

 a { background-color: rgb(68,8,53); }

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

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

 span { border-color: rgb(68,8,53); }

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