#440F28

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

Shades of Blackberry #440F28

Tints of Blackberry #440F28

Color information

#440F28 (or 0x440F28) is unknown color: approx Blackberry. HEX triplet: 44, 0F and 28. RGB value is (68,15,40). Sum of RGB (Red+Green+Blue) = 68+15+40=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #440F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F28 is #BBF0D7. Grayscale: #212121. Windows color (decimal): -12316888 or 2625348. OLE color: 2625348.

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

Color convert

RGB681540-
CMYK00.780.410.73
HSL331.7º63.86%16.27%-
HSV(B)331.7º77.94%26.67%-
XYZ2.941.722.19-
YUV33.7131.56152.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=55.28%
G=12.20%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68154000.780.410.73331.763.8616.27
Hex44F2804E294914c4010
Octal104175001165111151410020
Binary10001001111101000010011101010011001001101001100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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