#4B1132

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

Shades of Blackberry #4B1132

Tints of Blackberry #4B1132

Color information

#4B1132 (or 0x4B1132) is unknown color: approx Blackberry. HEX triplet: 4B, 11 and 32. RGB value is (75,17,50). Sum of RGB (Red+Green+Blue) = 75+17+50=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1132 is #B4EECD. Grayscale: #262626. Windows color (decimal): -11857614 or 3281227. OLE color: 3281227.

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

Color convert

RGB751750-
CMYK00.770.330.71
HSL325.86º63.04%18.04%-
HSV(B)325.86º77.33%29.41%-
XYZ3.682.133.23-
YUV38.1134.72154.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.82%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=52.82%
G=11.97%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75175000.770.330.71325.8663.0418.04
Hex4B113204D21471463f12
Octal11321620115411075067722
Binary10010111000111001001001101100001100011110100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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