#4C162D

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

Shades of Blackberry #4C162D

Tints of Blackberry #4C162D

Color information

#4C162D (or 0x4C162D) is unknown color: approx Blackberry. HEX triplet: 4C, 16 and 2D. RGB value is (76,22,45). Sum of RGB (Red+Green+Blue) = 76+22+45=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C162D is #B3E9D2. Grayscale: #282828. Windows color (decimal): -11790803 or 2954828. OLE color: 2954828.

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

Color convert

RGB762245-
CMYK00.710.410.70
HSL334.44º55.1%19.22%-
HSV(B)334.44º71.05%29.8%-
XYZ3.742.32.73-
YUV40.77130.39153.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.15%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=53.15%
G=15.38%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76224500.710.410.70334.4455.119.22
Hex4C162D047294614e3713
Octal11426550107511065166723
Binary10011001011010110101000111101001100011010100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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