#4D092C

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

Shades of Blackberry #4D092C

Tints of Blackberry #4D092C

Color information

#4D092C (or 0x4D092C) is unknown color: approx Blackberry. HEX triplet: 4D, 09 and 2C. RGB value is (77,9,44). Sum of RGB (Red+Green+Blue) = 77+9+44=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D092C is #B2F6D3. Grayscale: #212121. Windows color (decimal): -11728596 or 2885965. OLE color: 2885965.

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

Color convert

RGB77944-
CMYK00.880.430.70
HSL329.12º79.07%16.86%-
HSV(B)329.12º88.31%30.2%-
XYZ3.611.962.57-
YUV33.32134.03159.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.23%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=59.23%
G=6.92%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7794400.880.430.70329.1279.0716.86
Hex4D92C0582B461494f11
Octal115115401305310651111721
Binary10011011001101100010110001010111000110101001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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