#4C092B

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

Shades of Blackberry #4C092B

Tints of Blackberry #4C092B

Color information

#4C092B (or 0x4C092B) is unknown color: approx Blackberry. HEX triplet: 4C, 09 and 2B. RGB value is (76,9,43). Sum of RGB (Red+Green+Blue) = 76+9+43=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C092B is #B3F6D4. Grayscale: #202020. Windows color (decimal): -11794133 or 2820428. OLE color: 2820428.

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

Color convert

RGB76943-
CMYK00.880.430.70
HSL329.55º78.82%16.67%-
HSV(B)329.55º88.16%29.8%-
XYZ3.511.912.47-
YUV32.91133.7158.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=59.38%
G=7.03%
B=33.59%

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
Decimal7694300.880.430.70329.5578.8216.67
Hex4C92B0582B4614a4f11
Octal114115301305310651211721
Binary10011001001101011010110001010111000110101001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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