#4E0127

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

Shades of Blackberry #4E0127

Tints of Blackberry #4E0127

Color information

#4E0127 (or 0x4E0127) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 27. RGB value is (78,1,39). Sum of RGB (Red+Green+Blue) = 78+1+39=118 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.10% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0127 is #B1FED8. Grayscale: #1C1C1C. Windows color (decimal): -11665113 or 2556238. OLE color: 2556238.

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

Color convert

RGB78139-
CMYK00.990.500.69
HSL330.39º97.47%15.49%-
HSV(B)330.39º98.72%30.59%-
XYZ3.521.792.08-
YUV28.35134.01163.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 66.10%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=66.10%
G=0.85%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7813900.990.500.69330.3997.4715.49
Hex4E127063324514a61f
Octal11614701436210551214117
Binary1001110110011101100011110010100010110100101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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