#4A1439

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

Shades of Blackberry #4A1439

Tints of Blackberry #4A1439

Color information

#4A1439 (or 0x4A1439) is unknown color: approx Blackberry. HEX triplet: 4A, 14 and 39. RGB value is (74,20,57). Sum of RGB (Red+Green+Blue) = 74+20+57=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1439 is #B5EBC6. Grayscale: #282828. Windows color (decimal): -11922375 or 3740746. OLE color: 3740746.

HSL color Cylindrical-coordinate representation of color #4A1439: hue angle of 318.89º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1439 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB742057-
CMYK00.730.230.71
HSL318.89º57.45%18.43%-
HSV(B)318.89º72.97%29.02%-
XYZ3.812.254.1-
YUV40.36137.39151.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.01%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=49.01%
G=13.25%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74205700.730.230.71318.8957.4518.43
Hex4A1439049174713f3912
Octal11224710111271074777122
Binary1001010101001110010100100110111100011110011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1439; }

 p { color: rgb(74,20,57); }

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

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

 a { background-color: rgb(74,20,57); }

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

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

 span { border-color: rgb(74,20,57); }

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