#321128

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

Shades of Blackberry #321128

Tints of Blackberry #321128

Color information

#321128 (or 0x321128) is unknown color: approx Blackberry. HEX triplet: 32, 11 and 28. RGB value is (50,17,40). Sum of RGB (Red+Green+Blue) = 50+17+40=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321128 is #CDEED7. Grayscale: #1D1D1D. Windows color (decimal): -13496024 or 2625842. OLE color: 2625842.

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

Color convert

RGB501740-
CMYK00.660.200.80
HSL318.18º49.25%13.14%-
HSV(B)318.18º66%19.61%-
XYZ1.91.232.15-
YUV29.49133.93142.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=46.73%
G=15.89%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50174000.660.200.80318.1849.2513.14
Hex321128042145013e31d
Octal6221500102241204766115
Binary11001010001101000010000101010010100001001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321128; }

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

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

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

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

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

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

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

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