#4B0528

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

Shades of Blackberry #4B0528

Tints of Blackberry #4B0528

Color information

#4B0528 (or 0x4B0528) is unknown color: approx Blackberry. HEX triplet: 4B, 05 and 28. RGB value is (75,5,40). Sum of RGB (Red+Green+Blue) = 75+5+40=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0528 is #B4FAD7. Grayscale: #1D1D1D. Windows color (decimal): -11860696 or 2622795. OLE color: 2622795.

HSL color Cylindrical-coordinate representation of color #4B0528: hue angle of 330º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0528 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB75540-
CMYK00.930.470.71
HSL330º87.5%15.69%-
HSV(B)330º93.33%29.41%-
XYZ3.341.762.17-
YUV29.92133.69160.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=62.5%
G=4.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7554000.930.470.7133087.515.69
Hex4B52805D2F4714a5810
Octal11355001355710751213020
Binary1001011101101000010111011011111000111101001010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,40); }

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

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

 a { background-color: rgb(75,5,40); }

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

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

 span { border-color: rgb(75,5,40); }

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