#4E0731

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

Shades of Blackberry #4E0731

Tints of Blackberry #4E0731

Color information

#4E0731 (or 0x4E0731) is unknown color: approx Blackberry. HEX triplet: 4E, 07 and 31. RGB value is (78,7,49). Sum of RGB (Red+Green+Blue) = 78+7+49=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0731 is #B1F8CE. Grayscale: #202020. Windows color (decimal): -11663567 or 3213134. OLE color: 3213134.

HSL color Cylindrical-coordinate representation of color #4E0731: hue angle of 324.51º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0731 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB78749-
CMYK00.910.370.69
HSL324.51º83.53%16.67%-
HSV(B)324.51º91.03%30.59%-
XYZ3.771.993.09-
YUV33.02137.02160.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=58.21%
G=5.22%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7874900.910.370.69324.5183.5316.67
Hex4E73105B25451455411
Octal11676101334510550512421
Binary1001110111110001010110111001011000101101000101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,49); }

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

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

 a { background-color: rgb(78,7,49); }

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

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

 span { border-color: rgb(78,7,49); }

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