#4E0C2D

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

Shades of Blackberry #4E0C2D

Tints of Blackberry #4E0C2D

Color information

#4E0C2D (or 0x4E0C2D) is unknown color: approx Blackberry. HEX triplet: 4E, 0C and 2D. RGB value is (78,12,45). Sum of RGB (Red+Green+Blue) = 78+12+45=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C2D is #B1F3D2. Grayscale: #232323. Windows color (decimal): -11662291 or 2952270. OLE color: 2952270.

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

Color convert

RGB781245-
CMYK00.850.420.69
HSL330º73.33%17.65%-
HSV(B)330º84.62%30.59%-
XYZ3.752.072.69-
YUV35.5133.37158.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.78%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=57.78%
G=8.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78124500.850.420.6933073.3317.65
Hex4EC2D0552A4514a4912
Octal116145501255210551211122
Binary10011101100101101010101011010101000101101001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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