#321B28

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

Shades of Blackberry #321B28

Tints of Blackberry #321B28

Color information

#321B28 (or 0x321B28) is unknown color: approx Blackberry. HEX triplet: 32, 1B and 28. RGB value is (50,27,40). Sum of RGB (Red+Green+Blue) = 50+27+40=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #321B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B28 is #CDE4D7. Grayscale: #232323. Windows color (decimal): -13493464 or 2628402. OLE color: 2628402.

HSL color Cylindrical-coordinate representation of color #321B28: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B28 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB502740-
CMYK00.460.200.80
HSL326.09º29.87%15.1%-
HSV(B)326.09º46%19.61%-
XYZ2.091.622.21-
YUV35.36130.62138.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=42.74%
G=23.08%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50274000.460.200.80326.0929.8715.1
Hex321B2802E14501461ef
Octal623350056241205063617
Binary110010110111010000101110101001010000101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321B28; }

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

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

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

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

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

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

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

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