#321626

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

Shades of Blackberry #321626

Tints of Blackberry #321626

Color information

#321626 (or 0x321626) is unknown color: approx Blackberry. HEX triplet: 32, 16 and 26. RGB value is (50,22,38). Sum of RGB (Red+Green+Blue) = 50+22+38=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321626 is #CDE9D9. Grayscale: #202020. Windows color (decimal): -13494746 or 2496050. OLE color: 2496050.

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

Color convert

RGB502238-
CMYK00.560.240.80
HSL325.71º38.89%14.12%-
HSV(B)325.71º56%19.61%-
XYZ1.951.392-
YUV32.2131.28140.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=45.45%
G=20%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50223800.560.240.80325.7138.8914.12
Hex321626038185014627e
Octal622646070301205064716
Binary1100101011010011001110001100010100001010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321626; }

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

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

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

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

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

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

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

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