#4B143D

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

Shades of Blackberry #4B143D

Tints of Blackberry #4B143D

Color information

#4B143D (or 0x4B143D) is unknown color: approx Blackberry. HEX triplet: 4B, 14 and 3D. RGB value is (75,20,61). Sum of RGB (Red+Green+Blue) = 75+20+61=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B143D is #B4EBC2. Grayscale: #292929. Windows color (decimal): -11856835 or 4002891. OLE color: 4002891.

HSL color Cylindrical-coordinate representation of color #4B143D: hue angle of 315.27º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B143D is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB752061-
CMYK00.730.190.71
HSL315.27º57.89%18.63%-
HSV(B)315.27º73.33%29.41%-
XYZ3.992.334.65-
YUV41.12139.22152.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=48.08%
G=12.82%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75206100.730.190.71315.2757.8918.63
Hex4B143D049134713b3a13
Octal11324750111231074737223
Binary1001011101001111010100100110011100011110011101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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