#4C163A

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

Shades of Blackberry #4C163A

Tints of Blackberry #4C163A

Color information

#4C163A (or 0x4C163A) is unknown color: approx Blackberry. HEX triplet: 4C, 16 and 3A. RGB value is (76,22,58). Sum of RGB (Red+Green+Blue) = 76+22+58=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C163A is #B3E9C5. Grayscale: #2A2A2A. Windows color (decimal): -11790790 or 3806796. OLE color: 3806796.

HSL color Cylindrical-coordinate representation of color #4C163A: hue angle of 320º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C163A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB762258-
CMYK00.710.240.70
HSL320º55.1%19.22%-
HSV(B)320º71.05%29.8%-
XYZ4.032.424.26-
YUV42.25136.89152.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.72%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=48.72%
G=14.10%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76225800.710.240.7032055.119.22
Hex4C163A04718461403713
Octal11426720107301065006723
Binary1001100101101110100100011111000100011010100000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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