#4D1F3C

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

Shades of Blackberry #4D1F3C

Tints of Blackberry #4D1F3C

Color information

#4D1F3C (or 0x4D1F3C) is unknown color: approx Blackberry. HEX triplet: 4D, 1F and 3C. RGB value is (77,31,60). Sum of RGB (Red+Green+Blue) = 77+31+60=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F3C is #B2E0C3. Grayscale: #2F2F2F. Windows color (decimal): -11722948 or 3940173. OLE color: 3940173.

HSL color Cylindrical-coordinate representation of color #4D1F3C: hue angle of 322.17º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F3C is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB773160-
CMYK00.600.220.70
HSL322.17º42.59%21.18%-
HSV(B)322.17º59.74%30.2%-
XYZ4.372.884.6-
YUV48.06134.74148.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=45.83%
G=18.45%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77316000.600.220.70322.1742.5921.18
Hex4D1F3C03C16461422b15
Octal1153774074261065025325
Binary100110111111111100011110010110100011010100001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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