#321A27

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

Shades of Blackberry #321A27

Tints of Blackberry #321A27

Color information

#321A27 (or 0x321A27) is unknown color: approx Blackberry. HEX triplet: 32, 1A and 27. RGB value is (50,26,39). Sum of RGB (Red+Green+Blue) = 50+26+39=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A27 is #CDE5D8. Grayscale: #222222. Windows color (decimal): -13493721 or 2562610. OLE color: 2562610.

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

Color convert

RGB502639-
CMYK00.480.220.80
HSL327.5º31.58%14.9%-
HSV(B)327.5º48%19.61%-
XYZ2.051.562.11-
YUV34.66130.45138.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=43.48%
G=22.61%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50263900.480.220.80327.531.5814.9
Hex321A27030165014820f
Octal623247060261205104017
Binary1100101101010011101100001011010100001010010001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,26,39); }

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

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

 a { background-color: rgb(50,26,39); }

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

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

 span { border-color: rgb(50,26,39); }

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