#4C1435

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

Shades of Blackberry #4C1435

Tints of Blackberry #4C1435

Color information

#4C1435 (or 0x4C1435) is unknown color: approx Blackberry. HEX triplet: 4C, 14 and 35. RGB value is (76,20,53). Sum of RGB (Red+Green+Blue) = 76+20+53=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1435 is #B3EBCA. Grayscale: #282828. Windows color (decimal): -11791307 or 3478604. OLE color: 3478604.

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

Color convert

RGB762053-
CMYK00.740.300.70
HSL324.64º58.33%18.82%-
HSV(B)324.64º73.68%29.8%-
XYZ3.872.293.61-
YUV40.51135.05153.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=51.01%
G=13.42%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76205300.740.300.70324.6458.3318.82
Hex4C143504A1E461453a13
Octal11424650112361065057223
Binary1001100101001101010100101011110100011010100010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,53); }

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

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

 a { background-color: rgb(76,20,53); }

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

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

 span { border-color: rgb(76,20,53); }

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