#441028

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

Shades of Blackberry #441028

Tints of Blackberry #441028

Color information

#441028 (or 0x441028) is unknown color: approx Blackberry. HEX triplet: 44, 10 and 28. RGB value is (68,16,40). Sum of RGB (Red+Green+Blue) = 68+16+40=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441028 is #BBEFD7. Grayscale: #222222. Windows color (decimal): -12316632 or 2625604. OLE color: 2625604.

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

Color convert

RGB681640-
CMYK00.760.410.73
HSL332.31º61.9%16.47%-
HSV(B)332.31º76.47%26.67%-
XYZ2.951.752.19-
YUV34.28131.23152.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=54.84%
G=12.90%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68164000.760.410.73332.3161.916.47
Hex44102804C294914c3e10
Octal10420500114511115147620
Binary10001001000010100001001100101001100100110100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441028; }

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

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

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

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

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

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

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

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