#4D092B

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

Shades of Blackberry #4D092B

Tints of Blackberry #4D092B

Color information

#4D092B (or 0x4D092B) is unknown color: approx Blackberry. HEX triplet: 4D, 09 and 2B. RGB value is (77,9,43). Sum of RGB (Red+Green+Blue) = 77+9+43=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D092B is #B2F6D4. Grayscale: #212121. Windows color (decimal): -11728597 or 2820429. OLE color: 2820429.

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

Color convert

RGB77943-
CMYK00.880.440.70
HSL330º79.07%16.86%-
HSV(B)330º88.31%30.2%-
XYZ3.591.952.47-
YUV33.21133.53159.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.69%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=59.69%
G=6.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7794300.880.440.7033079.0716.86
Hex4D92B0582C4614a4f11
Octal115115301305410651211721
Binary10011011001101011010110001011001000110101001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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