#321A26

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

Shades of Blackberry #321A26

Tints of Blackberry #321A26

Color information

#321A26 (or 0x321A26) is unknown color: approx Blackberry. HEX triplet: 32, 1A and 26. RGB value is (50,26,38). Sum of RGB (Red+Green+Blue) = 50+26+38=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A26 is #CDE5D9. Grayscale: #222222. Windows color (decimal): -13493722 or 2497074. OLE color: 2497074.

HSL color Cylindrical-coordinate representation of color #321A26: hue angle of 330º 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 #321A26 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB502638-
CMYK00.480.240.80
HSL330º31.58%14.9%-
HSV(B)330º48%19.61%-
XYZ2.031.562.03-
YUV34.54129.95139.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=43.86%
G=22.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50263800.480.240.8033031.5814.9
Hex321A26030185014a20f
Octal623246060301205124017
Binary1100101101010011001100001100010100001010010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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