#4E012F

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

Shades of Blackberry #4E012F

Tints of Blackberry #4E012F

Color information

#4E012F (or 0x4E012F) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 2F. RGB value is (78,1,47). Sum of RGB (Red+Green+Blue) = 78+1+47=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E012F is #B1FED0. Grayscale: #1D1D1D. Windows color (decimal): -11665105 or 3080526. OLE color: 3080526.

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

Color convert

RGB78147-
CMYK00.990.400.69
HSL324.16º97.47%15.49%-
HSV(B)324.16º98.72%30.59%-
XYZ3.671.852.85-
YUV29.27138.01162.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=61.90%
G=0.79%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7814700.990.400.69324.1697.4715.49
Hex4E12F063284514461f
Octal11615701435010550414117
Binary1001110110111101100011101000100010110100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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