#4E0128

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

Shades of Blackberry #4E0128

Tints of Blackberry #4E0128

Color information

#4E0128 (or 0x4E0128) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 28. RGB value is (78,1,40). Sum of RGB (Red+Green+Blue) = 78+1+40=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0128 is #B1FED7. Grayscale: #1C1C1C. Windows color (decimal): -11665112 or 2621774. OLE color: 2621774.

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

Color convert

RGB78140-
CMYK00.990.490.69
HSL329.61º97.47%15.49%-
HSV(B)329.61º98.72%30.59%-
XYZ3.541.792.17-
YUV28.47134.51163.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65.55%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=65.55%
G=0.84%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7814000.990.490.69329.6197.4715.49
Hex4E128063314514a61f
Octal11615001436110551214117
Binary1001110110100001100011110001100010110100101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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