#440E38

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

Shades of Blackberry #440E38

Tints of Blackberry #440E38

Color information

#440E38 (or 0x440E38) is unknown color: approx Blackberry. HEX triplet: 44, 0E and 38. RGB value is (68,14,56). Sum of RGB (Red+Green+Blue) = 68+14+56=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #440E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E38 is #BBF1C7. Grayscale: #222222. Windows color (decimal): -12317128 or 3673668. OLE color: 3673668.

HSL color Cylindrical-coordinate representation of color #440E38: hue angle of 313.33º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E38 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB681456-
CMYK00.790.180.73
HSL313.33º65.85%16.08%-
HSV(B)313.33º79.41%26.67%-
XYZ3.251.833.92-
YUV34.93139.89151.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=49.28%
G=10.14%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68145600.790.180.73313.3365.8516.08
Hex44E3804F12491394210
Octal104167001172211147110220
Binary1000100111011100001001111100101001001100111001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440E38; }

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

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

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

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

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

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

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

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