#440F29

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

Shades of Blackberry #440F29

Tints of Blackberry #440F29

Color information

#440F29 (or 0x440F29) is unknown color: approx Blackberry. HEX triplet: 44, 0F and 29. RGB value is (68,15,41). Sum of RGB (Red+Green+Blue) = 68+15+41=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #440F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F29 is #BBF0D6. Grayscale: #212121. Windows color (decimal): -12316887 or 2690884. OLE color: 2690884.

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

Color convert

RGB681541-
CMYK00.780.400.73
HSL330.57º63.86%16.27%-
HSV(B)330.57º77.94%26.67%-
XYZ2.951.732.28-
YUV33.81132.06152.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=54.84%
G=12.10%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68154100.780.400.73330.5763.8616.27
Hex44F2904E284914b4010
Octal104175101165011151310020
Binary10001001111101001010011101010001001001101001011100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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