#4D1938

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

Shades of Blackberry #4D1938

Tints of Blackberry #4D1938

Color information

#4D1938 (or 0x4D1938) is unknown color: approx Blackberry. HEX triplet: 4D, 19 and 38. RGB value is (77,25,56). Sum of RGB (Red+Green+Blue) = 77+25+56=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1938 is #B2E6C7. Grayscale: #2C2C2C. Windows color (decimal): -11724488 or 3676493. OLE color: 3676493.

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

Color convert

RGB772556-
CMYK00.680.270.70
HSL324.23º50.98%20%-
HSV(B)324.23º67.53%30.2%-
XYZ4.122.564.02-
YUV44.08134.73151.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.73%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=48.73%
G=15.82%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77255600.680.270.70324.2350.9820
Hex4D19380441B461443314
Octal11531700104331065046324
Binary1001101110011110000100010011011100011010100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,56); }

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

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

 a { background-color: rgb(77,25,56); }

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

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

 span { border-color: rgb(77,25,56); }

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