#4E0D2C

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

Shades of Blackberry #4E0D2C

Tints of Blackberry #4E0D2C

Color information

#4E0D2C (or 0x4E0D2C) is unknown color: approx Blackberry. HEX triplet: 4E, 0D and 2C. RGB value is (78,13,44). Sum of RGB (Red+Green+Blue) = 78+13+44=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D2C is #B1F2D3. Grayscale: #232323. Windows color (decimal): -11662036 or 2886990. OLE color: 2886990.

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

Color convert

RGB781344-
CMYK00.830.440.69
HSL331.38º71.43%17.84%-
HSV(B)331.38º83.33%30.59%-
XYZ3.742.092.59-
YUV35.97132.53157.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.78%
GREEN value IS 13 (5.47% from 255) = 9.63%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=57.78%
G=9.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78134400.830.440.69331.3871.4317.84
Hex4ED2C0532C4514b4712
Octal116155401235410551310722
Binary10011101101101100010100111011001000101101001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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