#4C143D

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

Shades of Blackberry #4C143D

Tints of Blackberry #4C143D

Color information

#4C143D (or 0x4C143D) is unknown color: approx Blackberry. HEX triplet: 4C, 14 and 3D. RGB value is (76,20,61). Sum of RGB (Red+Green+Blue) = 76+20+61=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C143D is #B3EBC2. Grayscale: #292929. Windows color (decimal): -11791299 or 4002892. OLE color: 4002892.

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

Color convert

RGB762061-
CMYK00.740.200.70
HSL316.07º58.33%18.82%-
HSV(B)316.07º73.68%29.8%-
XYZ4.072.374.66-
YUV41.42139.05152.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.41%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=48.41%
G=12.74%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76206100.740.200.70316.0758.3318.82
Hex4C143D04A144613c3a13
Octal11424750112241064747223
Binary1001100101001111010100101010100100011010011110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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