#4D183A

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

Shades of Blackberry #4D183A

Tints of Blackberry #4D183A

Color information

#4D183A (or 0x4D183A) is unknown color: approx Blackberry. HEX triplet: 4D, 18 and 3A. RGB value is (77,24,58). Sum of RGB (Red+Green+Blue) = 77+24+58=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D183A is #B2E7C5. Grayscale: #2B2B2B. Windows color (decimal): -11724742 or 3807309. OLE color: 3807309.

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

Color convert

RGB772458-
CMYK00.690.250.70
HSL321.51º52.48%19.8%-
HSV(B)321.51º68.83%30.2%-
XYZ4.152.544.27-
YUV43.72136.06151.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=48.43%
G=15.09%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77245800.690.250.70321.5152.4819.8
Hex4D183A04519461423414
Octal11530720105311065026424
Binary1001101110001110100100010111001100011010100001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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