#4E102B

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

Shades of Blackberry #4E102B

Tints of Blackberry #4E102B

Color information

#4E102B (or 0x4E102B) is unknown color: approx Blackberry. HEX triplet: 4E, 10 and 2B. RGB value is (78,16,43). Sum of RGB (Red+Green+Blue) = 78+16+43=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E102B is #B1EFD4. Grayscale: #252525. Windows color (decimal): -11661269 or 2822222. OLE color: 2822222.

HSL color Cylindrical-coordinate representation of color #4E102B: hue angle of 333.87º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E102B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB781643-
CMYK00.790.450.69
HSL333.87º65.96%18.43%-
HSV(B)333.87º79.49%30.59%-
XYZ3.762.162.5-
YUV37.62131.04156.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.93%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=56.93%
G=11.68%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78164300.790.450.69333.8765.9618.43
Hex4E102B04F2D4514e4212
Octal116205301175510551610222
Binary100111010000101011010011111011011000101101001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,43); }

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

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

 a { background-color: rgb(78,16,43); }

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

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

 span { border-color: rgb(78,16,43); }

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