#4D032B

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

Shades of Blackberry #4D032B

Tints of Blackberry #4D032B

Color information

#4D032B (or 0x4D032B) is unknown color: approx Blackberry. HEX triplet: 4D, 03 and 2B. RGB value is (77,3,43). Sum of RGB (Red+Green+Blue) = 77+3+43=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D032B is #B2FCD4. Grayscale: #1D1D1D. Windows color (decimal): -11730133 or 2818893. OLE color: 2818893.

HSL color Cylindrical-coordinate representation of color #4D032B: hue angle of 327.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D032B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB77343-
CMYK00.960.440.70
HSL327.57º92.5%15.69%-
HSV(B)327.57º96.1%30.2%-
XYZ3.531.822.45-
YUV29.69135.52161.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 62.60%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=62.60%
G=2.44%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7734300.960.440.70327.5792.515.69
Hex4D32B0602C461485c10
Octal11535301405410651013420
Binary100110111101011011000001011001000110101001000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,3,43); }

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

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

 a { background-color: rgb(77,3,43); }

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

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

 span { border-color: rgb(77,3,43); }

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