#321323

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

Shades of Blackberry #321323

Tints of Blackberry #321323

Color information

#321323 (or 0x321323) is unknown color: approx Blackberry. HEX triplet: 32, 13 and 23. RGB value is (50,19,35). Sum of RGB (Red+Green+Blue) = 50+19+35=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321323 is #CDECDC. Grayscale: #1E1E1E. Windows color (decimal): -13495517 or 2298674. OLE color: 2298674.

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

Color convert

RGB501935-
CMYK00.620.300.80
HSL329.03º44.93%13.53%-
HSV(B)329.03º62%19.61%-
XYZ1.851.271.74-
YUV30.09130.77142.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=48.08%
G=18.27%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50193500.620.300.80329.0344.9313.53
Hex32132303E1E501492de
Octal622343076361205115516
Binary1100101001110001101111101111010100001010010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321323; }

 p { color: rgb(50,19,35); }

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

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

 a { background-color: rgb(50,19,35); }

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

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

 span { border-color: rgb(50,19,35); }

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