#4C133D

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

Shades of Blackberry #4C133D

Tints of Blackberry #4C133D

Color information

#4C133D (or 0x4C133D) is unknown color: approx Blackberry. HEX triplet: 4C, 13 and 3D. RGB value is (76,19,61). Sum of RGB (Red+Green+Blue) = 76+19+61=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C133D is #B3ECC2. Grayscale: #282828. Windows color (decimal): -11791555 or 4002636. OLE color: 4002636.

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

Color convert

RGB761961-
CMYK00.750.200.70
HSL315.79º60%18.63%-
HSV(B)315.79º75%29.8%-
XYZ4.062.344.65-
YUV40.83139.38153.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.72%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=48.72%
G=12.18%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76196100.750.200.70315.796018.63
Hex4C133D04B144613c3c13
Octal11423750113241064747423
Binary1001100100111111010100101110100100011010011110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,61); }

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

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

 a { background-color: rgb(76,19,61); }

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

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

 span { border-color: rgb(76,19,61); }

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