#4E0333

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

Shades of Blackberry #4E0333

Tints of Blackberry #4E0333

Color information

#4E0333 (or 0x4E0333) is unknown color: approx Blackberry. HEX triplet: 4E, 03 and 33. RGB value is (78,3,51). Sum of RGB (Red+Green+Blue) = 78+3+51=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0333 is #B1FCCC. Grayscale: #1E1E1E. Windows color (decimal): -11664589 or 3343182. OLE color: 3343182.

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

Color convert

RGB78351-
CMYK00.960.350.69
HSL321.6º92.59%15.88%-
HSV(B)321.6º96.15%30.59%-
XYZ3.771.923.3-
YUV30.9139.35161.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=59.09%
G=2.27%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7835100.960.350.69321.692.5915.88
Hex4E33306023451425d10
Octal11636301404310550213520
Binary100111011110011011000001000111000101101000010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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