#4D123B

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

Shades of Blackberry #4D123B

Tints of Blackberry #4D123B

Color information

#4D123B (or 0x4D123B) is unknown color: approx Blackberry. HEX triplet: 4D, 12 and 3B. RGB value is (77,18,59). Sum of RGB (Red+Green+Blue) = 77+18+59=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D123B is #B2EDC4. Grayscale: #282828. Windows color (decimal): -11726277 or 3871309. OLE color: 3871309.

HSL color Cylindrical-coordinate representation of color #4D123B: hue angle of 318.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D123B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB771859-
CMYK00.770.230.70
HSL318.31º62.11%18.63%-
HSV(B)318.31º76.62%30.2%-
XYZ4.072.334.37-
YUV40.32138.55154.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 59 (23.44% from 255) = 38.31%
R=50%
G=11.69%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77185900.770.230.70318.3162.1118.63
Hex4D123B04D174613e3e13
Octal11522730115271064767623
Binary1001101100101110110100110110111100011010011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,18,59); }

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

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

 a { background-color: rgb(77,18,59); }

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

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

 span { border-color: rgb(77,18,59); }

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