#4D142D

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

Shades of Blackberry #4D142D

Tints of Blackberry #4D142D

Color information

#4D142D (or 0x4D142D) is unknown color: approx Blackberry. HEX triplet: 4D, 14 and 2D. RGB value is (77,20,45). Sum of RGB (Red+Green+Blue) = 77+20+45=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D142D is #B2EBD2. Grayscale: #272727. Windows color (decimal): -11725779 or 2954317. OLE color: 2954317.

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

Color convert

RGB772045-
CMYK00.740.420.70
HSL333.68º58.76%19.02%-
HSV(B)333.68º74.03%30.2%-
XYZ3.782.272.72-
YUV39.89130.88154.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.23%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=54.23%
G=14.08%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77204500.740.420.70333.6858.7619.02
Hex4D142D04A2A4614e3b13
Octal11524550112521065167323
Binary10011011010010110101001010101010100011010100111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,20,45); }

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

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

 a { background-color: rgb(77,20,45); }

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

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

 span { border-color: rgb(77,20,45); }

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