#441328

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

Shades of Blackberry #441328

Tints of Blackberry #441328

Color information

#441328 (or 0x441328) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 28. RGB value is (68,19,40). Sum of RGB (Red+Green+Blue) = 68+19+40=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441328 is #BBECD7. Grayscale: #242424. Windows color (decimal): -12315864 or 2626372. OLE color: 2626372.

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

Color convert

RGB681940-
CMYK00.720.410.73
HSL334.29º56.32%17.06%-
HSV(B)334.29º72.06%26.67%-
XYZ31.852.21-
YUV36.04130.23150.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=53.54%
G=14.96%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68194000.720.410.73334.2956.3217.06
Hex441328048294914e3811
Octal10423500110511115167021
Binary10001001001110100001001000101001100100110100111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441328; }

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

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

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

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

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

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

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

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