#4A0529

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

Shades of Blackberry #4A0529

Tints of Blackberry #4A0529

Color information

#4A0529 (or 0x4A0529) is unknown color: approx Blackberry. HEX triplet: 4A, 05 and 29. RGB value is (74,5,41). Sum of RGB (Red+Green+Blue) = 74+5+41=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0529 is #B5FAD6. Grayscale: #1D1D1D. Windows color (decimal): -11926231 or 2688330. OLE color: 2688330.

HSL color Cylindrical-coordinate representation of color #4A0529: hue angle of 328.7º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0529 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB74541-
CMYK00.930.450.71
HSL328.7º87.34%15.49%-
HSV(B)328.7º93.24%29.02%-
XYZ3.281.722.26-
YUV29.73134.36159.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 61.67%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=61.67%
G=4.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7454100.930.450.71328.787.3415.49
Hex4A52905D2D4714957f
Octal11255101355510751112717
Binary100101010110100101011101101101100011110100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,5,41); }

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

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

 a { background-color: rgb(74,5,41); }

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

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

 span { border-color: rgb(74,5,41); }

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