#4B2036

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

Shades of Blackberry #4B2036

Tints of Blackberry #4B2036

Color information

#4B2036 (or 0x4B2036) is unknown color: approx Blackberry. HEX triplet: 4B, 20 and 36. RGB value is (75,32,54). Sum of RGB (Red+Green+Blue) = 75+32+54=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2036 is #B4DFC9. Grayscale: #2F2F2F. Windows color (decimal): -11853770 or 3547211. OLE color: 3547211.

HSL color Cylindrical-coordinate representation of color #4B2036: hue angle of 329.3º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2036 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB753254-
CMYK00.570.280.71
HSL329.3º40.19%20.98%-
HSV(B)329.3º57.33%29.41%-
XYZ4.082.83.81-
YUV47.36131.75147.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=46.58%
G=19.88%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325400.570.280.71329.340.1920.98
Hex4B20360391C471492815
Octal1134066071341075115025
Binary1001011100000110110011100111100100011110100100110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,54); }

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

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

 a { background-color: rgb(75,32,54); }

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

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

 span { border-color: rgb(75,32,54); }

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