#441431

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

Shades of Blackberry #441431

Tints of Blackberry #441431

Color information

#441431 (or 0x441431) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 31. RGB value is (68,20,49). Sum of RGB (Red+Green+Blue) = 68+20+49=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #441431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441431 is #BBEBCE. Grayscale: #252525. Windows color (decimal): -12315599 or 3216452. OLE color: 3216452.

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

Color convert

RGB682049-
CMYK00.710.280.73
HSL323.75º54.55%17.25%-
HSV(B)323.75º70.59%26.67%-
XYZ3.191.953.11-
YUV37.66134.4149.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=49.64%
G=14.60%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204900.710.280.73323.7554.5517.25
Hex4414310471C491443711
Octal10424610107341115046721
Binary1000100101001100010100011111100100100110100010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441431; }

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

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

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

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

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

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

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

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