#4B143B

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

Shades of Blackberry #4B143B

Tints of Blackberry #4B143B

Color information

#4B143B (or 0x4B143B) is unknown color: approx Blackberry. HEX triplet: 4B, 14 and 3B. RGB value is (75,20,59). Sum of RGB (Red+Green+Blue) = 75+20+59=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B143B is #B4EBC4. Grayscale: #282828. Windows color (decimal): -11856837 or 3871819. OLE color: 3871819.

HSL color Cylindrical-coordinate representation of color #4B143B: hue angle of 317.45º 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 #4B143B is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB752059-
CMYK00.730.210.71
HSL317.45º57.89%18.63%-
HSV(B)317.45º73.33%29.41%-
XYZ3.942.314.38-
YUV40.89138.22152.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.70%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 59 (23.44% from 255) = 38.31%
R=48.70%
G=12.99%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75205900.730.210.71317.4557.8918.63
Hex4B143B049154713d3a13
Octal11324730111251074757223
Binary1001011101001110110100100110101100011110011110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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