#4C152E

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

Shades of Blackberry #4C152E

Tints of Blackberry #4C152E

Color information

#4C152E (or 0x4C152E) is unknown color: approx Blackberry. HEX triplet: 4C, 15 and 2E. RGB value is (76,21,46). Sum of RGB (Red+Green+Blue) = 76+21+46=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C152E is #B3EAD1. Grayscale: #282828. Windows color (decimal): -11791058 or 3020108. OLE color: 3020108.

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

Color convert

RGB762146-
CMYK00.720.390.70
HSL332.73º56.7%19.02%-
HSV(B)332.73º72.37%29.8%-
XYZ3.742.272.83-
YUV40.3131.22153.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.15%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=53.15%
G=14.69%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76214600.720.390.70332.7356.719.02
Hex4C152E048274614d3913
Octal11425560110471065157123
Binary10011001010110111001001000100111100011010100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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