#4C093A

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

Shades of Blackberry #4C093A

Tints of Blackberry #4C093A

Color information

#4C093A (or 0x4C093A) is unknown color: approx Blackberry. HEX triplet: 4C, 09 and 3A. RGB value is (76,9,58). Sum of RGB (Red+Green+Blue) = 76+9+58=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C093A is #B3F6C5. Grayscale: #222222. Windows color (decimal): -11794118 or 3803468. OLE color: 3803468.

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

Color convert

RGB76958-
CMYK00.880.240.70
HSL316.12º78.82%16.67%-
HSV(B)316.12º88.16%29.8%-
XYZ3.842.044.19-
YUV34.62141.2157.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.15%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=53.15%
G=6.29%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7695800.880.240.70316.1278.8216.67
Hex4C93A058184613c4f11
Octal114117201303010647411721
Binary1001100100111101001011000110001000110100111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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