#4C113A

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

Shades of Blackberry #4C113A

Tints of Blackberry #4C113A

Color information

#4C113A (or 0x4C113A) is unknown color: approx Blackberry. HEX triplet: 4C, 11 and 3A. RGB value is (76,17,58). Sum of RGB (Red+Green+Blue) = 76+17+58=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C113A is #B3EEC5. Grayscale: #272727. Windows color (decimal): -11792070 or 3805516. OLE color: 3805516.

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

Color convert

RGB761758-
CMYK00.780.240.70
HSL318.31º63.44%18.24%-
HSV(B)318.31º77.63%29.8%-
XYZ3.942.244.23-
YUV39.32138.55154.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.33%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=50.33%
G=11.26%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76175800.780.240.70318.3163.4418.24
Hex4C113A04E184613e3f12
Octal11421720116301064767722
Binary1001100100011110100100111011000100011010011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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