#4E002B

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

Shades of Blackberry #4E002B

Tints of Blackberry #4E002B

Color information

#4E002B (or 0x4E002B) is unknown color: approx Blackberry. HEX triplet: 4E, 00 and 2B. RGB value is (78,0,43). Sum of RGB (Red+Green+Blue) = 78+0+43=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E002B is #B1FFD4. Grayscale: #1C1C1C. Windows color (decimal): -11665365 or 2818126. OLE color: 2818126.

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

Color convert

RGB78043-
CMYK010.450.69
HSL326.92º100%15.29%-
HSV(B)326.92º100%30.59%-
XYZ3.581.792.44-
YUV28.22136.34163.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 64.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=64.46%
G=0%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78043010.450.69326.9210015.29
Hex4E02B0642D4514764f
Octal11605301445510550714417
Binary1001110010101101100100101101100010110100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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