#4B0521

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

Shades of Blackberry #4B0521

Tints of Blackberry #4B0521

Color information

#4B0521 (or 0x4B0521) is unknown color: approx Blackberry. HEX triplet: 4B, 05 and 21. RGB value is (75,5,33). Sum of RGB (Red+Green+Blue) = 75+5+33=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0521 is #B4FADE. Grayscale: #1D1D1D. Windows color (decimal): -11860703 or 2164043. OLE color: 2164043.

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

Color convert

RGB75533-
CMYK00.930.560.71
HSL336º87.5%15.69%-
HSV(B)336º93.33%29.41%-
XYZ3.231.711.6-
YUV29.12130.19160.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.37%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=66.37%
G=4.42%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7553300.930.560.7133687.515.69
Hex4B52105D38471505810
Octal11354101357010752013020
Binary1001011101100001010111011110001000111101010000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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