#4D1734

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

Shades of Blackberry #4D1734

Tints of Blackberry #4D1734

Color information

#4D1734 (or 0x4D1734) is unknown color: approx Blackberry. HEX triplet: 4D, 17 and 34. RGB value is (77,23,52). Sum of RGB (Red+Green+Blue) = 77+23+52=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1734 is #B2E8CB. Grayscale: #2A2A2A. Windows color (decimal): -11725004 or 3413837. OLE color: 3413837.

HSL color Cylindrical-coordinate representation of color #4D1734: hue angle of 327.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1734 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB772352-
CMYK00.700.320.70
HSL327.78º54%19.61%-
HSV(B)327.78º70.13%30.2%-
XYZ3.992.443.51-
YUV42.45133.39152.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=50.66%
G=15.13%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77235200.700.320.70327.785419.61
Hex4D173404620461483614
Octal11527640106401065106624
Binary10011011011111010001000110100000100011010100100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,23,52); }

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

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

 a { background-color: rgb(77,23,52); }

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

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

 span { border-color: rgb(77,23,52); }

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