#321026

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

Shades of Blackberry #321026

Tints of Blackberry #321026

Color information

#321026 (or 0x321026) is unknown color: approx Blackberry. HEX triplet: 32, 10 and 26. RGB value is (50,16,38). Sum of RGB (Red+Green+Blue) = 50+16+38=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321026 is #CDEFD9. Grayscale: #1C1C1C. Windows color (decimal): -13496282 or 2494514. OLE color: 2494514.

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

Color convert

RGB501638-
CMYK00.680.240.80
HSL321.18º51.52%12.94%-
HSV(B)321.18º68%19.61%-
XYZ1.851.191.97-
YUV28.67133.26143.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=48.08%
G=15.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50163800.680.240.80321.1851.5212.94
Hex321026044185014134d
Octal6220460104301205016415
Binary11001010000100110010001001100010100001010000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321026; }

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

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

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

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

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

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

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

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