#4A0136

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

Shades of Blackberry #4A0136

Tints of Blackberry #4A0136

Color information

#4A0136 (or 0x4A0136) is unknown color: approx Blackberry. HEX triplet: 4A, 01 and 36. RGB value is (74,1,54). Sum of RGB (Red+Green+Blue) = 74+1+54=129 (17% of max value = 765). Red value is 74 (29.30% from 255 or 57.36% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0136 is #B5FEC9. Grayscale: #1C1C1C. Windows color (decimal): -11927242 or 3539274. OLE color: 3539274.

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

Color convert

RGB74154-
CMYK00.990.270.71
HSL316.44º97.33%14.71%-
HSV(B)316.44º98.65%29.02%-
XYZ3.51.743.64-
YUV28.87142.18160.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 57.36%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=57.36%
G=0.78%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7415400.990.270.71316.4497.3314.71
Hex4A1360631B4713c61f
Octal11216601433310747414117
Binary100101011101100110001111011100011110011110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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