#4D0330

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

Shades of Blackberry #4D0330

Tints of Blackberry #4D0330

Color information

#4D0330 (or 0x4D0330) is unknown color: approx Blackberry. HEX triplet: 4D, 03 and 30. RGB value is (77,3,48). Sum of RGB (Red+Green+Blue) = 77+3+48=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0330 is #B2FCCF. Grayscale: #1E1E1E. Windows color (decimal): -11730128 or 3146573. OLE color: 3146573.

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

Color convert

RGB77348-
CMYK00.960.380.70
HSL323.51º92.5%15.69%-
HSV(B)323.51º96.1%30.2%-
XYZ3.631.862.96-
YUV30.26138.02161.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 60.16%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=60.16%
G=2.34%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7734800.960.380.70323.5192.515.69
Hex4D33006026461445c10
Octal11536001404610650413420
Binary100110111110000011000001001101000110101000100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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