#4E0D2B

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

Shades of Blackberry #4E0D2B

Tints of Blackberry #4E0D2B

Color information

#4E0D2B (or 0x4E0D2B) is unknown color: approx Blackberry. HEX triplet: 4E, 0D and 2B. RGB value is (78,13,43). Sum of RGB (Red+Green+Blue) = 78+13+43=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D2B is #B1F2D4. Grayscale: #232323. Windows color (decimal): -11662037 or 2821454. OLE color: 2821454.

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

Color convert

RGB781343-
CMYK00.830.450.69
HSL332.31º71.43%17.84%-
HSV(B)332.31º83.33%30.59%-
XYZ3.722.082.49-
YUV35.85132.03158.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=58.21%
G=9.70%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78134300.830.450.69332.3171.4317.84
Hex4ED2B0532D4514c4712
Octal116155301235510551410722
Binary10011101101101011010100111011011000101101001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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