#4D0B40

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

Shades of Blackberry #4D0B40

Tints of Blackberry #4D0B40

Color information

#4D0B40 (or 0x4D0B40) is unknown color: approx Blackberry. HEX triplet: 4D, 0B and 40. RGB value is (77,11,64). Sum of RGB (Red+Green+Blue) = 77+11+64=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B40 is #B2F4BF. Grayscale: #242424. Windows color (decimal): -11728064 or 4197197. OLE color: 4197197.

HSL color Cylindrical-coordinate representation of color #4D0B40: hue angle of 311.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0B40 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB771164-
CMYK00.860.170.70
HSL311.82º75%17.25%-
HSV(B)311.82º85.71%30.2%-
XYZ4.112.195.06-
YUV36.78143.37156.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=50.66%
G=7.24%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77116400.860.170.70311.827517.25
Hex4DB4005611461384b11
Octal1151310001262110647011321
Binary10011011011100000001010110100011000110100111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,11,64); }

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

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

 a { background-color: rgb(77,11,64); }

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

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

 span { border-color: rgb(77,11,64); }

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