#4D042B

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

Shades of Blackberry #4D042B

Tints of Blackberry #4D042B

Color information

#4D042B (or 0x4D042B) is unknown color: approx Blackberry. HEX triplet: 4D, 04 and 2B. RGB value is (77,4,43). Sum of RGB (Red+Green+Blue) = 77+4+43=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D042B is #B2FBD4. Grayscale: #1E1E1E. Windows color (decimal): -11729877 or 2819149. OLE color: 2819149.

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

Color convert

RGB77443-
CMYK00.950.440.70
HSL327.95º90.12%15.88%-
HSV(B)327.95º94.81%30.2%-
XYZ3.541.842.45-
YUV30.27135.18161.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 62.10%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=62.10%
G=3.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7744300.950.440.70327.9590.1215.88
Hex4D42B05F2C461485a10
Octal11545301375410651013220
Binary1001101100101011010111111011001000110101001000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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