#441131

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

Shades of Blackberry #441131

Tints of Blackberry #441131

Color information

#441131 (or 0x441131) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 31. RGB value is (68,17,49). Sum of RGB (Red+Green+Blue) = 68+17+49=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #441131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441131 is #BBEECE. Grayscale: #232323. Windows color (decimal): -12316367 or 3215684. OLE color: 3215684.

HSL color Cylindrical-coordinate representation of color #441131: hue angle of 322.35º 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 #441131 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB681749-
CMYK00.750.280.73
HSL322.35º60%16.67%-
HSV(B)322.35º75%26.67%-
XYZ3.141.853.1-
YUV35.9135.4150.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=50.75%
G=12.69%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68174900.750.280.73322.356016.67
Hex44113104B1C491423c11
Octal10421610113341115027421
Binary1000100100011100010100101111100100100110100001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441131; }

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

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

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

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

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

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

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

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