#4E021F

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

Shades of Blackberry #4E021F

Tints of Blackberry #4E021F

Color information

#4E021F (or 0x4E021F) is unknown color: approx Blackberry. HEX triplet: 4E, 02 and 1F. RGB value is (78,2,31). Sum of RGB (Red+Green+Blue) = 78+2+31=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E021F is #B1FDE0. Grayscale: #1B1B1B. Windows color (decimal): -11664865 or 2032206. OLE color: 2032206.

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

Color convert

RGB78231-
CMYK00.970.600.69
HSL337.11º95%15.69%-
HSV(B)337.11º97.44%30.59%-
XYZ3.411.761.46-
YUV28.03129.68163.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 70.27%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=70.27%
G=1.80%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7823100.970.600.69337.119515.69
Hex4E21F0613C451515f10
Octal11623701417410552113720
Binary10011101011111011000011111001000101101010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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