#4E1F3C

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

Shades of Blackberry #4E1F3C

Tints of Blackberry #4E1F3C

Color information

#4E1F3C (or 0x4E1F3C) is unknown color: approx Blackberry. HEX triplet: 4E, 1F and 3C. RGB value is (78,31,60). Sum of RGB (Red+Green+Blue) = 78+31+60=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1F3C is #B1E0C3. Grayscale: #303030. Windows color (decimal): -11657412 or 3940174. OLE color: 3940174.

HSL color Cylindrical-coordinate representation of color #4E1F3C: hue angle of 322.98º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E1F3C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB783160-
CMYK00.600.230.69
HSL322.98º43.12%21.37%-
HSV(B)322.98º60.26%30.59%-
XYZ4.452.934.61-
YUV48.36134.57149.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.15%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=46.15%
G=18.34%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78316000.600.230.69322.9843.1221.37
Hex4E1F3C03C17451432b15
Octal1163774074271055035325
Binary100111011111111100011110010111100010110100001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,60); }

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

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

 a { background-color: rgb(78,31,60); }

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

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

 span { border-color: rgb(78,31,60); }

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