#440832

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

Shades of Blackberry #440832

Tints of Blackberry #440832

Color information

#440832 (or 0x440832) is unknown color: approx Blackberry. HEX triplet: 44, 08 and 32. RGB value is (68,8,50). Sum of RGB (Red+Green+Blue) = 68+8+50=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440832 is #BBF7CD. Grayscale: #1E1E1E. Windows color (decimal): -12318670 or 3278916. OLE color: 3278916.

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

Color convert

RGB68850-
CMYK00.880.260.73
HSL318º78.95%14.9%-
HSV(B)318º88.24%26.67%-
XYZ3.051.633.17-
YUV30.73138.88154.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=53.97%
G=6.35%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6885000.880.260.7331878.9514.9
Hex448320581A4913e4ff
Octal104106201303211147611717
Binary100010010001100100101100011010100100110011111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440832; }

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

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

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

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

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

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

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

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