#4E1330

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

Shades of Blackberry #4E1330

Tints of Blackberry #4E1330

Color information

#4E1330 (or 0x4E1330) is unknown color: approx Blackberry. HEX triplet: 4E, 13 and 30. RGB value is (78,19,48). Sum of RGB (Red+Green+Blue) = 78+19+48=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1330 is #B1ECCF. Grayscale: #272727. Windows color (decimal): -11660496 or 3150670. OLE color: 3150670.

HSL color Cylindrical-coordinate representation of color #4E1330: hue angle of 330.51º 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 #4E1330 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB781948-
CMYK00.760.380.69
HSL330.51º60.82%19.02%-
HSV(B)330.51º75.64%30.59%-
XYZ3.912.33.03-
YUV39.95132.55155.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=53.79%
G=13.10%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78194800.760.380.69330.5160.8219.02
Hex4E133004C264514b3d13
Octal11623600114461055137523
Binary10011101001111000001001100100110100010110100101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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