#4E0124

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

Shades of Blackberry #4E0124

Tints of Blackberry #4E0124

Color information

#4E0124 (or 0x4E0124) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 24. RGB value is (78,1,36). Sum of RGB (Red+Green+Blue) = 78+1+36=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0124 is #B1FEDB. Grayscale: #1B1B1B. Windows color (decimal): -11665116 or 2359630. OLE color: 2359630.

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

Color convert

RGB78136-
CMYK00.990.540.69
HSL332.73º97.47%15.49%-
HSV(B)332.73º98.72%30.59%-
XYZ3.471.771.83-
YUV28.01132.51163.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=67.83%
G=0.87%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7813600.990.540.69332.7397.4715.49
Hex4E124063364514d61f
Octal11614401436610551514117
Binary1001110110010001100011110110100010110100110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,36); }

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

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

 a { background-color: rgb(78,1,36); }

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

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

 span { border-color: rgb(78,1,36); }

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