#4E133F

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

Shades of Blackberry #4E133F

Tints of Blackberry #4E133F

Color information

#4E133F (or 0x4E133F) is unknown color: approx Blackberry. HEX triplet: 4E, 13 and 3F. RGB value is (78,19,63). Sum of RGB (Red+Green+Blue) = 78+19+63=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E133F is #B1ECC0. Grayscale: #292929. Windows color (decimal): -11660481 or 4133710. OLE color: 4133710.

HSL color Cylindrical-coordinate representation of color #4E133F: hue angle of 315.25º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E133F is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB781963-
CMYK00.760.190.69
HSL315.25º60.82%19.02%-
HSV(B)315.25º75.64%30.59%-
XYZ4.272.444.95-
YUV41.66140.05153.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 63 (25% from 255) = 39.38%
R=48.75%
G=11.88%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78196300.760.190.69315.2560.8219.02
Hex4E133F04C134513b3d13
Octal11623770114231054737523
Binary1001110100111111110100110010011100010110011101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,19,63); }

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

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

 a { background-color: rgb(78,19,63); }

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

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

 span { border-color: rgb(78,19,63); }

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