#4C193D

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

Shades of Blackberry #4C193D

Tints of Blackberry #4C193D

Color information

#4C193D (or 0x4C193D) is unknown color: approx Blackberry. HEX triplet: 4C, 19 and 3D. RGB value is (76,25,61). Sum of RGB (Red+Green+Blue) = 76+25+61=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C193D is #B3E6C2. Grayscale: #2C2C2C. Windows color (decimal): -11790019 or 4004172. OLE color: 4004172.

HSL color Cylindrical-coordinate representation of color #4C193D: hue angle of 317.65º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C193D is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB762561-
CMYK00.670.200.70
HSL317.65º50.5%19.8%-
HSV(B)317.65º67.11%29.8%-
XYZ4.172.574.69-
YUV44.35137.4150.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=46.91%
G=15.43%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76256100.670.200.70317.6550.519.8
Hex4C193D043144613e3214
Octal11431750103241064766224
Binary1001100110011111010100001110100100011010011111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,25,61); }

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

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

 a { background-color: rgb(76,25,61); }

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

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

 span { border-color: rgb(76,25,61); }

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