#4C132D

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

Shades of Blackberry #4C132D

Tints of Blackberry #4C132D

Color information

#4C132D (or 0x4C132D) is unknown color: approx Blackberry. HEX triplet: 4C, 13 and 2D. RGB value is (76,19,45). Sum of RGB (Red+Green+Blue) = 76+19+45=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C132D is #B3ECD2. Grayscale: #262626. Windows color (decimal): -11791571 or 2954060. OLE color: 2954060.

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

Color convert

RGB761945-
CMYK00.750.410.70
HSL332.63º60%18.63%-
HSV(B)332.63º75%29.8%-
XYZ3.692.192.71-
YUV39.01131.38154.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=54.29%
G=13.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76194500.750.410.70332.636018.63
Hex4C132D04B294614d3c13
Octal11423550113511065157423
Binary10011001001110110101001011101001100011010100110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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