#4C152D

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

Shades of Blackberry #4C152D

Tints of Blackberry #4C152D

Color information

#4C152D (or 0x4C152D) is unknown color: approx Blackberry. HEX triplet: 4C, 15 and 2D. RGB value is (76,21,45). Sum of RGB (Red+Green+Blue) = 76+21+45=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C152D is #B3EAD2. Grayscale: #282828. Windows color (decimal): -11791059 or 2954572. OLE color: 2954572.

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

Color convert

RGB762145-
CMYK00.720.410.70
HSL333.82º56.7%19.02%-
HSV(B)333.82º72.37%29.8%-
XYZ3.722.262.72-
YUV40.18130.72153.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.52%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=53.52%
G=14.79%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76214500.720.410.70333.8256.719.02
Hex4C152D048294614e3913
Octal11425550110511065167123
Binary10011001010110110101001000101001100011010100111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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