#4E0324

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

Shades of Blackberry #4E0324

Tints of Blackberry #4E0324

Color information

#4E0324 (or 0x4E0324) is unknown color: approx Blackberry. HEX triplet: 4E, 03 and 24. RGB value is (78,3,36). Sum of RGB (Red+Green+Blue) = 78+3+36=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0324 is #B1FCDB. Grayscale: #1D1D1D. Windows color (decimal): -11664604 or 2360142. OLE color: 2360142.

HSL color Cylindrical-coordinate representation of color #4E0324: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0324 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB78336-
CMYK00.960.540.69
HSL333.6º92.59%15.88%-
HSV(B)333.6º96.15%30.59%-
XYZ3.491.811.83-
YUV29.19131.85162.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=66.67%
G=2.56%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7833600.960.540.69333.692.5915.88
Hex4E324060364514e5d10
Octal11634401406610551613520
Binary100111011100100011000001101101000101101001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,3,36); }

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

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

 a { background-color: rgb(78,3,36); }

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

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

 span { border-color: rgb(78,3,36); }

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