#4D032E

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

Shades of Blackberry #4D032E

Tints of Blackberry #4D032E

Color information

#4D032E (or 0x4D032E) is unknown color: approx Blackberry. HEX triplet: 4D, 03 and 2E. RGB value is (77,3,46). Sum of RGB (Red+Green+Blue) = 77+3+46=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D032E is #B2FCD1. Grayscale: #1D1D1D. Windows color (decimal): -11730130 or 3015501. OLE color: 3015501.

HSL color Cylindrical-coordinate representation of color #4D032E: hue angle of 325.14º 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 #4D032E is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB77346-
CMYK00.960.400.70
HSL325.14º92.5%15.69%-
HSV(B)325.14º96.1%30.2%-
XYZ3.591.842.75-
YUV30.03137.02161.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.11%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=61.11%
G=2.38%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7734600.960.400.70325.1492.515.69
Hex4D32E06028461455c10
Octal11535601405010650513420
Binary100110111101110011000001010001000110101000101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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