#4B0821

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

Shades of Blackberry #4B0821

Tints of Blackberry #4B0821

Color information

#4B0821 (or 0x4B0821) is unknown color: approx Blackberry. HEX triplet: 4B, 08 and 21. RGB value is (75,8,33). Sum of RGB (Red+Green+Blue) = 75+8+33=116 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.66% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0821 is #B4F7DE. Grayscale: #1E1E1E. Windows color (decimal): -11859935 or 2164811. OLE color: 2164811.

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

Color convert

RGB75833-
CMYK00.890.560.71
HSL337.61º80.72%16.27%-
HSV(B)337.61º89.33%29.41%-
XYZ3.261.781.61-
YUV30.88129.2159.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.66%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=64.66%
G=6.90%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7583300.890.560.71337.6180.7216.27
Hex4B82105938471525110
Octal113104101317010752212120
Binary10010111000100001010110011110001000111101010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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