#321021

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

Shades of Blackberry #321021

Tints of Blackberry #321021

Color information

#321021 (or 0x321021) is unknown color: approx Blackberry. HEX triplet: 32, 10 and 21. RGB value is (50,16,33). Sum of RGB (Red+Green+Blue) = 50+16+33=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321021 is #CDEFDE. Grayscale: #1C1C1C. Windows color (decimal): -13496287 or 2166834. OLE color: 2166834.

HSL color Cylindrical-coordinate representation of color #321021: hue angle of 330º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321021 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB501633-
CMYK00.680.340.80
HSL330º51.52%12.94%-
HSV(B)330º68%19.61%-
XYZ1.781.161.57-
YUV28.1130.76143.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=50.51%
G=16.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50163300.680.340.8033051.5212.94
Hex321021044225014a34d
Octal6220410104421205126415
Binary110010100001000010100010010001010100001010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321021; }

 p { color: rgb(50,16,33); }

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

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

 a { background-color: rgb(50,16,33); }

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

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

 span { border-color: rgb(50,16,33); }

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