#321628

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

Shades of Blackberry #321628

Tints of Blackberry #321628

Color information

#321628 (or 0x321628) is unknown color: approx Blackberry. HEX triplet: 32, 16 and 28. RGB value is (50,22,40). Sum of RGB (Red+Green+Blue) = 50+22+40=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #321628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321628 is #CDE9D7. Grayscale: #202020. Windows color (decimal): -13494744 or 2627122. OLE color: 2627122.

HSL color Cylindrical-coordinate representation of color #321628: hue angle of 321.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321628 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB502240-
CMYK00.560.200.80
HSL321.43º38.89%14.12%-
HSV(B)321.43º56%19.61%-
XYZ1.991.412.17-
YUV32.42132.28140.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=44.64%
G=19.64%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50224000.560.200.80321.4338.8914.12
Hex321628038145014127e
Octal622650070241205014716
Binary1100101011010100001110001010010100001010000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321628; }

 p { color: rgb(50,22,40); }

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

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

 a { background-color: rgb(50,22,40); }

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

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

 span { border-color: rgb(50,22,40); }

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