#4A1E36

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

Shades of Blackberry #4A1E36

Tints of Blackberry #4A1E36

Color information

#4A1E36 (or 0x4A1E36) is unknown color: approx Blackberry. HEX triplet: 4A, 1E and 36. RGB value is (74,30,54). Sum of RGB (Red+Green+Blue) = 74+30+54=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E36 is #B5E1C9. Grayscale: #2D2D2D. Windows color (decimal): -11919818 or 3546698. OLE color: 3546698.

HSL color Cylindrical-coordinate representation of color #4A1E36: hue angle of 327.27º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A1E36 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB743054-
CMYK00.590.270.71
HSL327.27º42.31%20.39%-
HSV(B)327.27º59.46%29.02%-
XYZ3.952.653.79-
YUV45.89132.58148.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.84%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=46.84%
G=18.99%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74305400.590.270.71327.2742.3120.39
Hex4A1E3603B1B471472a14
Octal1123666073331075075224
Binary100101011110110110011101111011100011110100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,30,54); }

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

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

 a { background-color: rgb(74,30,54); }

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

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

 span { border-color: rgb(74,30,54); }

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