#4E011F

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

Shades of Blackberry #4E011F

Tints of Blackberry #4E011F

Color information

#4E011F (or 0x4E011F) is unknown color: approx Blackberry. HEX triplet: 4E, 01 and 1F. RGB value is (78,1,31). Sum of RGB (Red+Green+Blue) = 78+1+31=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E011F is #B1FEE0. Grayscale: #1B1B1B. Windows color (decimal): -11665121 or 2031950. OLE color: 2031950.

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

Color convert

RGB78131-
CMYK00.990.600.69
HSL336.62º97.47%15.49%-
HSV(B)336.62º98.72%30.59%-
XYZ3.41.741.45-
YUV27.44130.01164.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 70.91%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=70.91%
G=0.91%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7813100.990.600.69336.6297.4715.49
Hex4E11F0633C4515161f
Octal11613701437410552114117
Binary100111011111101100011111100100010110101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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