#441428

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

Shades of Blackberry #441428

Tints of Blackberry #441428

Color information

#441428 (or 0x441428) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 28. RGB value is (68,20,40). Sum of RGB (Red+Green+Blue) = 68+20+40=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #441428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441428 is #BBEBD7. Grayscale: #242424. Windows color (decimal): -12315608 or 2626628. OLE color: 2626628.

HSL color Cylindrical-coordinate representation of color #441428: hue angle of 335º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441428 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB682040-
CMYK00.710.410.73
HSL335º54.55%17.25%-
HSV(B)335º70.59%26.67%-
XYZ3.021.882.21-
YUV36.63129.9150.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=53.12%
G=15.62%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204000.710.410.7333554.5517.25
Hex441428047294914f3711
Octal10424500107511115176721
Binary10001001010010100001000111101001100100110100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441428; }

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

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

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

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

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

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

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

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