#321029

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

Shades of Blackberry #321029

Tints of Blackberry #321029

Color information

#321029 (or 0x321029) is unknown color: approx Blackberry. HEX triplet: 32, 10 and 29. RGB value is (50,16,41). Sum of RGB (Red+Green+Blue) = 50+16+41=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321029 is #CDEFD6. Grayscale: #1C1C1C. Windows color (decimal): -13496279 or 2691122. OLE color: 2691122.

HSL color Cylindrical-coordinate representation of color #321029: hue angle of 315.88º 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 #321029 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB501641-
CMYK00.680.180.80
HSL315.88º51.52%12.94%-
HSV(B)315.88º68%19.61%-
XYZ1.91.212.23-
YUV29.02134.76142.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=46.73%
G=14.95%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50164100.680.180.80315.8851.5212.94
Hex321029044125013c34d
Octal6220510104221204746415
Binary11001010000101001010001001001010100001001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321029; }

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

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

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

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

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

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

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

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