#440838

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

Shades of Blackberry #440838

Tints of Blackberry #440838

Color information

#440838 (or 0x440838) is unknown color: approx Blackberry. HEX triplet: 44, 08 and 38. RGB value is (68,8,56). Sum of RGB (Red+Green+Blue) = 68+8+56=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #440838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440838 is #BBF7C7. Grayscale: #1F1F1F. Windows color (decimal): -12318664 or 3672132. OLE color: 3672132.

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

Color convert

RGB68856-
CMYK00.880.180.73
HSL312º78.95%14.9%-
HSV(B)312º88.24%26.67%-
XYZ3.181.693.9-
YUV31.41141.88154.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=51.52%
G=6.06%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6885600.880.180.7331278.9514.9
Hex4483805812491384ff
Octal104107001302211147011717
Binary100010010001110000101100010010100100110011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440838; }

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

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

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

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

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

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

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

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