#4B2035

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

Shades of Blackberry #4B2035

Tints of Blackberry #4B2035

Color information

#4B2035 (or 0x4B2035) is unknown color: approx Blackberry. HEX triplet: 4B, 20 and 35. RGB value is (75,32,53). Sum of RGB (Red+Green+Blue) = 75+32+53=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2035 is #B4DFCA. Grayscale: #2F2F2F. Windows color (decimal): -11853771 or 3481675. OLE color: 3481675.

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

Color convert

RGB753253-
CMYK00.570.290.71
HSL330.7º40.19%20.98%-
HSV(B)330.7º57.33%29.41%-
XYZ4.062.793.69-
YUV47.25131.25147.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.88%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=46.88%
G=20%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325300.570.290.71330.740.1920.98
Hex4B20350391D4714b2815
Octal1134065071351075135025
Binary1001011100000110101011100111101100011110100101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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