#4D182E

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

Shades of Blackberry #4D182E

Tints of Blackberry #4D182E

Color information

#4D182E (or 0x4D182E) is unknown color: approx Blackberry. HEX triplet: 4D, 18 and 2E. RGB value is (77,24,46). Sum of RGB (Red+Green+Blue) = 77+24+46=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182E is #B2E7D1. Grayscale: #2A2A2A. Windows color (decimal): -11724754 or 3020877. OLE color: 3020877.

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

Color convert

RGB772446-
CMYK00.690.400.70
HSL335.09º52.48%19.8%-
HSV(B)335.09º68.83%30.2%-
XYZ3.882.432.85-
YUV42.36130.06152.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=52.38%
G=16.33%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77244600.690.400.70335.0952.4819.8
Hex4D182E045284614f3414
Octal11530560105501065176424
Binary10011011100010111001000101101000100011010100111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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