#440937

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

Shades of Blackberry #440937

Tints of Blackberry #440937

Color information

#440937 (or 0x440937) is unknown color: approx Blackberry. HEX triplet: 44, 09 and 37. RGB value is (68,9,55). Sum of RGB (Red+Green+Blue) = 68+9+55=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #440937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440937 is #BBF6C8. Grayscale: #1F1F1F. Windows color (decimal): -12318409 or 3606852. OLE color: 3606852.

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

Color convert

RGB68955-
CMYK00.870.190.73
HSL313.22º76.62%15.1%-
HSV(B)313.22º86.76%26.67%-
XYZ3.171.73.78-
YUV31.88141.05153.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=51.52%
G=6.82%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6895500.870.190.73313.2276.6215.1
Hex4493705713491394df
Octal104116701272311147111517
Binary100010010011101110101011110011100100110011100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440937; }

 p { color: rgb(68,9,55); }

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

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

 a { background-color: rgb(68,9,55); }

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

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

 span { border-color: rgb(68,9,55); }

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