#4D021F

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

Shades of Blackberry #4D021F

Tints of Blackberry #4D021F

Color information

#4D021F (or 0x4D021F) is unknown color: approx Blackberry. HEX triplet: 4D, 02 and 1F. RGB value is (77,2,31). Sum of RGB (Red+Green+Blue) = 77+2+31=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D021F is #B2FDE0. Grayscale: #1B1B1B. Windows color (decimal): -11730401 or 2032205. OLE color: 2032205.

HSL color Cylindrical-coordinate representation of color #4D021F: hue angle of 336.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D021F is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB77231-
CMYK00.970.600.70
HSL336.8º94.94%15.49%-
HSV(B)336.8º97.4%30.2%-
XYZ3.331.721.45-
YUV27.73129.85163.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 70%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=70%
G=1.82%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7723100.970.600.70336.894.9415.49
Hex4D21F0613C461515ff
Octal11523701417410652113717
Binary1001101101111101100001111100100011010101000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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