#440F24

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

Shades of Blackberry #440F24

Tints of Blackberry #440F24

Color information

#440F24 (or 0x440F24) is unknown color: approx Blackberry. HEX triplet: 44, 0F and 24. RGB value is (68,15,36). Sum of RGB (Red+Green+Blue) = 68+15+36=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #440F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F24 is #BBF0DB. Grayscale: #212121. Windows color (decimal): -12316892 or 2363204. OLE color: 2363204.

HSL color Cylindrical-coordinate representation of color #440F24: hue angle of 336.23º 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 #440F24 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB681536-
CMYK00.780.470.73
HSL336.23º63.86%16.27%-
HSV(B)336.23º77.94%26.67%-
XYZ2.871.71.85-
YUV33.24129.56152.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=57.14%
G=12.61%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68153600.780.470.73336.2363.8616.27
Hex44F2404E2F491504010
Octal104174401165711152010020
Binary10001001111100100010011101011111001001101010000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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