#4D1834

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

Shades of Blackberry #4D1834

Tints of Blackberry #4D1834

Color information

#4D1834 (or 0x4D1834) is unknown color: approx Blackberry. HEX triplet: 4D, 18 and 34. RGB value is (77,24,52). Sum of RGB (Red+Green+Blue) = 77+24+52=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1834 is #B2E7CB. Grayscale: #2A2A2A. Windows color (decimal): -11724748 or 3414093. OLE color: 3414093.

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

Color convert

RGB772452-
CMYK00.690.320.70
HSL328.3º52.48%19.8%-
HSV(B)328.3º68.83%30.2%-
XYZ4.012.483.52-
YUV43.04133.06152.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.33%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=50.33%
G=15.69%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77245200.690.320.70328.352.4819.8
Hex4D183404520461483414
Octal11530640105401065106424
Binary10011011100011010001000101100000100011010100100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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