#4B1434

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

Shades of Blackberry #4B1434

Tints of Blackberry #4B1434

Color information

#4B1434 (or 0x4B1434) is unknown color: approx Blackberry. HEX triplet: 4B, 14 and 34. RGB value is (75,20,52). Sum of RGB (Red+Green+Blue) = 75+20+52=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1434 is #B4EBCB. Grayscale: #282828. Windows color (decimal): -11856844 or 3413067. OLE color: 3413067.

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

Color convert

RGB752052-
CMYK00.730.310.71
HSL325.09º57.89%18.63%-
HSV(B)325.09º73.33%29.41%-
XYZ3.772.243.48-
YUV40.09134.72152.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=51.02%
G=13.61%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75205200.730.310.71325.0957.8918.63
Hex4B14340491F471453a13
Octal11324640111371075057223
Binary1001011101001101000100100111111100011110100010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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