#4E0323

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

Shades of Blackberry #4E0323

Tints of Blackberry #4E0323

Color information

#4E0323 (or 0x4E0323) is unknown color: approx Blackberry. HEX triplet: 4E, 03 and 23. RGB value is (78,3,35). Sum of RGB (Red+Green+Blue) = 78+3+35=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0323 is #B1FCDC. Grayscale: #1D1D1D. Windows color (decimal): -11664605 or 2294606. OLE color: 2294606.

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

Color convert

RGB78335-
CMYK00.960.550.69
HSL334.4º92.59%15.88%-
HSV(B)334.4º96.15%30.59%-
XYZ3.481.811.76-
YUV29.07131.35162.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.24%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=67.24%
G=2.59%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7833500.960.550.69334.492.5915.88
Hex4E323060374514e5d10
Octal11634301406710551613520
Binary100111011100011011000001101111000101101001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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