#4E182F

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

Shades of Blackberry #4E182F

Tints of Blackberry #4E182F

Color information

#4E182F (or 0x4E182F) is unknown color: approx Blackberry. HEX triplet: 4E, 18 and 2F. RGB value is (78,24,47). Sum of RGB (Red+Green+Blue) = 78+24+47=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E182F is #B1E7D0. Grayscale: #2A2A2A. Windows color (decimal): -11659217 or 3086414. OLE color: 3086414.

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

Color convert

RGB782447-
CMYK00.690.400.69
HSL334.44º52.94%20%-
HSV(B)334.44º69.23%30.59%-
XYZ3.982.482.96-
YUV42.77130.39153.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=52.35%
G=16.11%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78244700.690.400.69334.4452.9420
Hex4E182F045284514e3514
Octal11630570105501055166524
Binary10011101100010111101000101101000100010110100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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