#4B1137

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

Shades of Blackberry #4B1137

Tints of Blackberry #4B1137

Color information

#4B1137 (or 0x4B1137) is unknown color: approx Blackberry. HEX triplet: 4B, 11 and 37. RGB value is (75,17,55). Sum of RGB (Red+Green+Blue) = 75+17+55=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1137 is #B4EEC8. Grayscale: #262626. Windows color (decimal): -11857609 or 3608907. OLE color: 3608907.

HSL color Cylindrical-coordinate representation of color #4B1137: hue angle of 320.69º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1137 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB751755-
CMYK00.770.270.71
HSL320.69º63.04%18.04%-
HSV(B)320.69º77.33%29.41%-
XYZ3.792.173.83-
YUV38.67137.22153.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=51.02%
G=11.56%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75175500.770.270.71320.6963.0418.04
Hex4B113704D1B471413f12
Octal11321670115331075017722
Binary1001011100011101110100110111011100011110100000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,55); }

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

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

 a { background-color: rgb(75,17,55); }

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

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

 span { border-color: rgb(75,17,55); }

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