#4E0D2D

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

Shades of Blackberry #4E0D2D

Tints of Blackberry #4E0D2D

Color information

#4E0D2D (or 0x4E0D2D) is unknown color: approx Blackberry. HEX triplet: 4E, 0D and 2D. RGB value is (78,13,45). Sum of RGB (Red+Green+Blue) = 78+13+45=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0D2D is #B1F2D2. Grayscale: #242424. Windows color (decimal): -11662035 or 2952526. OLE color: 2952526.

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

Color convert

RGB781345-
CMYK00.830.420.69
HSL330.46º71.43%17.84%-
HSV(B)330.46º83.33%30.59%-
XYZ3.762.12.69-
YUV36.08133.03157.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.35%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=57.35%
G=9.56%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78134500.830.420.69330.4671.4317.84
Hex4ED2D0532A4514a4712
Octal116155501235210551210722
Binary10011101101101101010100111010101000101101001010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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