#440D28

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

Shades of Blackberry #440D28

Tints of Blackberry #440D28

Color information

#440D28 (or 0x440D28) is unknown color: approx Blackberry. HEX triplet: 44, 0D and 28. RGB value is (68,13,40). Sum of RGB (Red+Green+Blue) = 68+13+40=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D28 is #BBF2D7. Grayscale: #202020. Windows color (decimal): -12317400 or 2624836. OLE color: 2624836.

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

Color convert

RGB681340-
CMYK00.810.410.73
HSL330.55º67.9%15.88%-
HSV(B)330.55º80.88%26.67%-
XYZ2.911.672.18-
YUV32.52132.22153.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 13 (5.47% from 255) = 10.74%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=56.20%
G=10.74%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68134000.810.410.73330.5567.915.88
Hex44D28051294914b4410
Octal104155001215111151310420
Binary10001001101101000010100011010011001001101001011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,13,40); }

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

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

 a { background-color: rgb(68,13,40); }

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

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

 span { border-color: rgb(68,13,40); }

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