#4E102D

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

Shades of Blackberry #4E102D

Tints of Blackberry #4E102D

Color information

#4E102D (or 0x4E102D) is unknown color: approx Blackberry. HEX triplet: 4E, 10 and 2D. RGB value is (78,16,45). Sum of RGB (Red+Green+Blue) = 78+16+45=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E102D is #B1EFD2. Grayscale: #252525. Windows color (decimal): -11661267 or 2953294. OLE color: 2953294.

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

Color convert

RGB781645-
CMYK00.790.420.69
HSL331.94º65.96%18.43%-
HSV(B)331.94º79.49%30.59%-
XYZ3.82.182.7-
YUV37.84132.04156.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.12%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=56.12%
G=11.51%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78164500.790.420.69331.9465.9618.43
Hex4E102D04F2A4514c4212
Octal116205501175210551410222
Binary100111010000101101010011111010101000101101001100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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