#4E1430

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

Shades of Blackberry #4E1430

Tints of Blackberry #4E1430

Color information

#4E1430 (or 0x4E1430) is unknown color: approx Blackberry. HEX triplet: 4E, 14 and 30. RGB value is (78,20,48). Sum of RGB (Red+Green+Blue) = 78+20+48=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1430 is #B1EBCF. Grayscale: #282828. Windows color (decimal): -11660240 or 3150926. OLE color: 3150926.

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

Color convert

RGB782048-
CMYK00.740.380.69
HSL331.03º59.18%19.22%-
HSV(B)331.03º74.36%30.59%-
XYZ3.932.333.04-
YUV40.53132.22154.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.42%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=53.42%
G=13.70%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78204800.740.380.69331.0359.1819.22
Hex4E143004A264514b3b13
Octal11624600112461055137323
Binary10011101010011000001001010100110100010110100101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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