#4C1130

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

Shades of Blackberry #4C1130

Tints of Blackberry #4C1130

Color information

#4C1130 (or 0x4C1130) is unknown color: approx Blackberry. HEX triplet: 4C, 11 and 30. RGB value is (76,17,48). Sum of RGB (Red+Green+Blue) = 76+17+48=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1130 is #B3EECF. Grayscale: #262626. Windows color (decimal): -11792080 or 3150156. OLE color: 3150156.

HSL color Cylindrical-coordinate representation of color #4C1130: hue angle of 328.47º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1130 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB761748-
CMYK00.780.370.70
HSL328.47º63.44%18.24%-
HSV(B)328.47º77.63%29.8%-
XYZ3.712.153.02-
YUV38.18133.55154.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.90%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=53.90%
G=12.06%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76174800.780.370.70328.4763.4418.24
Hex4C113004E25461483f12
Octal11421600116451065107722
Binary10011001000111000001001110100101100011010100100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,17,48); }

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

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

 a { background-color: rgb(76,17,48); }

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

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

 span { border-color: rgb(76,17,48); }

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