#440F38

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

Shades of Blackberry #440F38

Tints of Blackberry #440F38

Color information

#440F38 (or 0x440F38) is unknown color: approx Blackberry. HEX triplet: 44, 0F and 38. RGB value is (68,15,56). Sum of RGB (Red+Green+Blue) = 68+15+56=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #440F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F38 is #BBF0C7. Grayscale: #232323. Windows color (decimal): -12316872 or 3673924. OLE color: 3673924.

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

Color convert

RGB681556-
CMYK00.780.180.73
HSL313.58º63.86%16.27%-
HSV(B)313.58º77.94%26.67%-
XYZ3.271.863.93-
YUV35.52139.56151.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=48.92%
G=10.79%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68155600.780.180.73313.5863.8616.27
Hex44F3804E124913a4010
Octal104177001162211147210020
Binary1000100111111100001001110100101001001100111010100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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