#4A133E

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

Shades of Blackberry #4A133E

Tints of Blackberry #4A133E

Color information

#4A133E (or 0x4A133E) is unknown color: approx Blackberry. HEX triplet: 4A, 13 and 3E. RGB value is (74,19,62). Sum of RGB (Red+Green+Blue) = 74+19+62=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A133E is #B5ECC1. Grayscale: #282828. Windows color (decimal): -11922626 or 4068170. OLE color: 4068170.

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

Color convert

RGB741962-
CMYK00.740.160.71
HSL313.09º59.14%18.24%-
HSV(B)313.09º74.32%29.02%-
XYZ3.932.274.79-
YUV40.35140.22152-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 47.74%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 62 (24.61% from 255) = 40%
R=47.74%
G=12.26%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74196200.740.160.71313.0959.1418.24
Hex4A133E04A10471393b12
Octal11223760112201074717322
Binary1001010100111111100100101010000100011110011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,19,62); }

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

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

 a { background-color: rgb(74,19,62); }

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

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

 span { border-color: rgb(74,19,62); }

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