#4D0928

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

Shades of Blackberry #4D0928

Tints of Blackberry #4D0928

Color information

#4D0928 (or 0x4D0928) is unknown color: approx Blackberry. HEX triplet: 4D, 09 and 28. RGB value is (77,9,40). Sum of RGB (Red+Green+Blue) = 77+9+40=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0928 is #B2F6D7. Grayscale: #202020. Windows color (decimal): -11728600 or 2623821. OLE color: 2623821.

HSL color Cylindrical-coordinate representation of color #4D0928: hue angle of 332.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0928 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB77940-
CMYK00.880.480.70
HSL332.65º79.07%16.86%-
HSV(B)332.65º88.31%30.2%-
XYZ3.541.932.19-
YUV32.87132.03159.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 61.11%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=61.11%
G=7.14%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7794000.880.480.70332.6579.0716.86
Hex4D928058304614d4f11
Octal115115001306010651511721
Binary10011011001101000010110001100001000110101001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,9,40); }

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

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

 a { background-color: rgb(77,9,40); }

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

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

 span { border-color: rgb(77,9,40); }

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