#441128

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

Shades of Blackberry #441128

Tints of Blackberry #441128

Color information

#441128 (or 0x441128) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 28. RGB value is (68,17,40). Sum of RGB (Red+Green+Blue) = 68+17+40=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441128 is #BBEED7. Grayscale: #222222. Windows color (decimal): -12316376 or 2625860. OLE color: 2625860.

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

Color convert

RGB681740-
CMYK00.750.410.73
HSL332.94º60%16.67%-
HSV(B)332.94º75%26.67%-
XYZ2.971.782.2-
YUV34.87130.9151.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 40 (16.02% from 255) = 32%
R=54.4%
G=13.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68174000.750.410.73332.946016.67
Hex44112804B294914d3c11
Octal10421500113511115157421
Binary10001001000110100001001011101001100100110100110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441128; }

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

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

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

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

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

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

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

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