#4C143E

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

Shades of Blackberry #4C143E

Tints of Blackberry #4C143E

Color information

#4C143E (or 0x4C143E) is unknown color: approx Blackberry. HEX triplet: 4C, 14 and 3E. RGB value is (76,20,62). Sum of RGB (Red+Green+Blue) = 76+20+62=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C143E is #B3EBC1. Grayscale: #292929. Windows color (decimal): -11791298 or 4068428. OLE color: 4068428.

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

Color convert

RGB762062-
CMYK00.740.180.70
HSL315º58.33%18.82%-
HSV(B)315º73.68%29.8%-
XYZ4.12.384.8-
YUV41.53139.55152.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.10%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=48.10%
G=12.66%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76206200.740.180.7031558.3318.82
Hex4C143E04A124613b3a13
Octal11424760112221064737223
Binary1001100101001111100100101010010100011010011101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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