#4D0331

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

Shades of Blackberry #4D0331

Tints of Blackberry #4D0331

Color information

#4D0331 (or 0x4D0331) is unknown color: approx Blackberry. HEX triplet: 4D, 03 and 31. RGB value is (77,3,49). Sum of RGB (Red+Green+Blue) = 77+3+49=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0331 is #B2FCCE. Grayscale: #1E1E1E. Windows color (decimal): -11730127 or 3212109. OLE color: 3212109.

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

Color convert

RGB77349-
CMYK00.960.360.70
HSL322.7º92.5%15.69%-
HSV(B)322.7º96.1%30.2%-
XYZ3.651.863.07-
YUV30.37138.52161.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=59.69%
G=2.33%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7734900.960.360.70322.792.515.69
Hex4D33106024461435c10
Octal11536101404410650313420
Binary100110111110001011000001001001000110101000011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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