#4E0221

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

Shades of Blackberry #4E0221

Tints of Blackberry #4E0221

Color information

#4E0221 (or 0x4E0221) is unknown color: approx Blackberry. HEX triplet: 4E, 02 and 21. RGB value is (78,2,33). Sum of RGB (Red+Green+Blue) = 78+2+33=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0221 is #B1FDDE. Grayscale: #1C1C1C. Windows color (decimal): -11664863 or 2163278. OLE color: 2163278.

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

Color convert

RGB78233-
CMYK00.970.580.69
HSL335.53º95%15.69%-
HSV(B)335.53º97.44%30.59%-
XYZ3.441.771.6-
YUV28.26130.68163.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=69.03%
G=1.77%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7823300.970.580.69335.539515.69
Hex4E2210613A451505f10
Octal11624101417210552013720
Binary100111010100001011000011110101000101101010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,33); }

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

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

 a { background-color: rgb(78,2,33); }

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

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

 span { border-color: rgb(78,2,33); }

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