#4C092A

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

Shades of Blackberry #4C092A

Tints of Blackberry #4C092A

Color information

#4C092A (or 0x4C092A) is unknown color: approx Blackberry. HEX triplet: 4C, 09 and 2A. RGB value is (76,9,42). Sum of RGB (Red+Green+Blue) = 76+9+42=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C092A is #B3F6D5. Grayscale: #202020. Windows color (decimal): -11794134 or 2754892. OLE color: 2754892.

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

Color convert

RGB76942-
CMYK00.880.450.70
HSL330.45º78.82%16.67%-
HSV(B)330.45º88.16%29.8%-
XYZ3.51.92.37-
YUV32.8133.2158.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=59.84%
G=7.09%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7694200.880.450.70330.4578.8216.67
Hex4C92A0582D4614a4f11
Octal114115201305510651211721
Binary10011001001101010010110001011011000110101001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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