#4E1830

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

Shades of Blackberry #4E1830

Tints of Blackberry #4E1830

Color information

#4E1830 (or 0x4E1830) is unknown color: approx Blackberry. HEX triplet: 4E, 18 and 30. RGB value is (78,24,48). Sum of RGB (Red+Green+Blue) = 78+24+48=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1830 is #B1E7CF. Grayscale: #2A2A2A. Windows color (decimal): -11659216 or 3151950. OLE color: 3151950.

HSL color Cylindrical-coordinate representation of color #4E1830: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1830 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB782448-
CMYK00.690.380.69
HSL333.33º52.94%20%-
HSV(B)333.33º69.23%30.59%-
XYZ42.493.07-
YUV42.88130.89153.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 48 (19.14% from 255) = 32%
R=52%
G=16%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78244800.690.380.69333.3352.9420
Hex4E1830045264514d3514
Octal11630600105461055156524
Binary10011101100011000001000101100110100010110100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,48); }

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

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

 a { background-color: rgb(78,24,48); }

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

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

 span { border-color: rgb(78,24,48); }

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